Skip to content

Commit

Permalink
update segmented control to use new color theme variables (#5111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Jun 5, 2024
1 parent 69b114f commit 994b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_patterns_segmented-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border-right: 0;

&::after {
background-color: $colors--light-theme--border-low-contrast;
background-color: $colors--theme--border-low-contrast;
bottom: 0;
content: '';
position: absolute;
Expand Down

0 comments on commit 994b85c

Please sign in to comment.