fix(svelte): Use correct symbol icon color (#63355)

Fixes srch-601

## Test plan

Visual inspection
This commit is contained in:
Felix Kling 2024-06-19 21:26:41 +02:00 committed by GitHub
parent c82fd5c44e
commit 2bdcc36ef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@
// TODO(@taiyab): incorporate these colors into the semantic colors
--icon-color: var(--text-muted);
--icon-color: currentColor;
:global(.theme-light) & {
&.module {