Skip to content

Commit b299735

Browse files
authored
fix(uui-symbol-more): inherit current color (#1025)
1 parent fb6d48e commit b299735

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/uui-symbol-more/lib/uui-symbol-more.element.ts

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export class UUISymbolMoreElement extends LitElement {
2121
width: 1.15em;
2222
height: 1.15em;
2323
}
24+
25+
svg {
26+
fill: currentColor;
27+
}
2428
`,
2529
];
2630
}

0 commit comments

Comments
 (0)