Skip to content

Commit 00747ab

Browse files
committed
inherit current color
1 parent 338ca32 commit 00747ab

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

Lines changed: 4 additions & 0 deletions
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)