Skip to content

Commit d73149b

Browse files
nielslyngsoeiOvergaard
authored andcommitted
set color instead of fill
1 parent f0fe9a2 commit d73149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-icon/lib/uui-icon.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class UUIIconElement extends LitElement {
147147
148148
:host svg,
149149
::slotted(svg) {
150-
fill: var(--uui-icon-color, currentColor);
150+
color: var(--uui-icon-color, currentColor);
151151
}
152152
153153
:host-context(div[slot='prepend']) {

0 commit comments

Comments
 (0)