Skip to content

Commit 66966e4

Browse files
authored
fix(icon): remove quotes
remove quotes from $swatch which was causing issues with theming
1 parent a16f47f commit 66966e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/ux-icon-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ styles.icon {
88
styles.icon > svg {
99
width: ${size || '16px'};
1010
height: ${size || '16px'};
11-
fill: ${foreground || '$swatches.grey.p700'};
11+
fill: ${foreground || $swatches.grey.p700};
1212
}

0 commit comments

Comments
 (0)