Skip to content

Commit

Permalink
fix: static tag color to align with design (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 22, 2024
1 parent 1256c9a commit d84149d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/styles/_tag-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ $interactive-selectors: "label, button:not(.db-tab-remove-button), a";
}

@mixin get-tag-colors() {
background-color: colors.$db-current-color-bg-lvl-1-enabled;
background-color: colors.$db-current-color-bg-lvl-3-enabled;

&[data-emphasis="strong"] {
@extend %set-adaptive-strong-tag;
}

@each $name in colors.$variant-colors {
&[data-semantic="#{$name}"] {
@extend %db-#{$name}-bg-lvl-1;
@extend %db-#{$name}-bg-lvl-3;

&[data-emphasis="strong"] {
@extend %db-#{$name}-contrast-high;
Expand Down

0 comments on commit d84149d

Please sign in to comment.