From 58169e45f4cb112e57fb6f0c3332e78664d984b0 Mon Sep 17 00:00:00 2001 From: Simon Finney Date: Thu, 14 Feb 2019 20:40:31 +0000 Subject: [PATCH] fix(tag): update basic and skeleton token (#1797) --- src/components/tag/_tag.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/tag/_tag.scss b/src/components/tag/_tag.scss index 208a8b493979..f31c39562929 100644 --- a/src/components/tag/_tag.scss +++ b/src/components/tag/_tag.scss @@ -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 { @@ -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 {