Skip to content

Commit

Permalink
Merge pull request #2429 from Shopify/cs-indicator
Browse files Browse the repository at this point in the history
[Color System] Apply CS to Indicator component
  • Loading branch information
dleroux authored Nov 20, 2019
2 parents 91ef204 + 1b9ec7d commit 35d61d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Indicator/Indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $base-position: rem(-4px);
&::after {
content: '';
position: absolute;
background-color: color('teal');
background-color: var(--p-highlight-border, color('teal'));
right: $base-position;
top: $base-position;
width: $size;
Expand Down

0 comments on commit 35d61d2

Please sign in to comment.