We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16f47f commit 66966e4Copy full SHA for 66966e4
src/icons/ux-icon-theme.css
@@ -8,5 +8,5 @@ styles.icon {
8
styles.icon > svg {
9
width: ${size || '16px'};
10
height: ${size || '16px'};
11
- fill: ${foreground || '$swatches.grey.p700'};
+ fill: ${foreground || $swatches.grey.p700};
12
}
0 commit comments