From 00747abbb71df96c66efb73e5ac9fc31c5eed0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 18 Feb 2025 20:48:36 +0100 Subject: [PATCH] inherit current color --- packages/uui-symbol-more/lib/uui-symbol-more.element.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/uui-symbol-more/lib/uui-symbol-more.element.ts b/packages/uui-symbol-more/lib/uui-symbol-more.element.ts index b55868e71..52bec9a17 100644 --- a/packages/uui-symbol-more/lib/uui-symbol-more.element.ts +++ b/packages/uui-symbol-more/lib/uui-symbol-more.element.ts @@ -21,6 +21,10 @@ export class UUISymbolMoreElement extends LitElement { width: 1.15em; height: 1.15em; } + + svg { + fill: currentColor; + } `, ]; }