Skip to content

Commit

Permalink
chore:remove unused inactive token
Browse files Browse the repository at this point in the history
  • Loading branch information
aileenvl committed Dec 13, 2024
1 parent 771ee0f commit 11e5523
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui-stencil/src/styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ $elementColors: (
'button-text': (
primary: icon-color('reverse', $semanticColors),
secondary: text-color('secondary', $semanticColors),
inactive: $gray500,
),
'button-background': (
primary: background-color('accent', $semanticColors),
secondary: background-color('secondary', $semanticColors),
'secondary-hover': background-color('tertiary', $semanticColors),
inactive: $gray100,
),
'button-border': (
secondary: border-color('primary', $semanticColors),
Expand Down

0 comments on commit 11e5523

Please sign in to comment.