Skip to content

Commit

Permalink
fix(Label): fix utility theme declaration (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Nov 8, 2023
1 parent aed2cf8 commit ed8230d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/Label/Label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,9 @@ $hover-opacity: 0.7;
}

&_utility {
@include themeState(
var(--g-color-base-utility-light),
var(--g-color-base-utility-light-hover),
var(--g-color-text-utility-heavy)
);
--_-bg-color: var(--g-color-base-utility-light);
--_-bg-hover-color: var(--g-color-base-utility-light-hover);
--_-text-color: var(--g-color-text-utility-heavy);
}

&_unknown {
Expand Down

0 comments on commit ed8230d

Please sign in to comment.