Skip to content

Commit

Permalink
refactor(badge): use new tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed May 22, 2024
1 parent 01d6afe commit ecd6359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/components/badge/badge.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
}

:host(.badge-medium) {
min-width: 40px;
height: 40px;
min-width: globals.$ionic-scale-1000;
height: globals.$ionic-scale-1000;

font-size: globals.$ionic-font-size-h6;
font-size: globals.$ionic-font-size-450;

line-height: globals.$ionic-font-line-height-l;
line-height: globals.$ionic-line-height-700;
}

0 comments on commit ecd6359

Please sign in to comment.