Skip to content

Commit

Permalink
fix(tag): update basic and skeleton token (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFinney authored and jnm2377 committed Feb 14, 2019
1 parent d3b522d commit 58169e4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@
&:not(:first-child) {
margin-left: 0;
}
}

.#{$prefix}--tag--basic {
@include tag-theme--x($ibm-colors__gray-20, $ibm-colors__gray-100);
&--basic,
&.#{$prefix}--skeleton {
@include tag-theme--x($bg-color: $ui-03, $text-color: $text-01);
}
}

.#{$prefix}--tag--red {
Expand Down Expand Up @@ -138,9 +139,6 @@

// Skeleton state
.#{$prefix}--tag.#{$prefix}--skeleton {
// TODO: replace hexcode with gray 10 hover hover token
// from @carbon/elements
@include tag-theme--x(#e5e5e5, $ibm-colors__gray-30);
width: rem(60px);

&:after {
Expand Down

0 comments on commit 58169e4

Please sign in to comment.