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 932c231 commit 54d87df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/src/components/badge/badge.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
}

:host(.badge-large) {
--padding-start: #{globals.$ionic-space-xs};
--padding-end: #{globals.$ionic-space-xs};
--padding-start: #{globals.$ionic-space-200};
--padding-end: #{globals.$ionic-space-200};

min-width: 48px;
height: 48px;
min-width: globals.$ionic-scale-1200;
height: globals.$ionic-scale-1200;

font-size: globals.$ionic-font-size-h5;
font-size: globals.$ionic-font-size-500;

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

0 comments on commit 54d87df

Please sign in to comment.