Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 2bdcc36

Browse files
authored
fix(svelte): Use correct symbol icon color (#63355)
Fixes srch-601 ## Test plan Visual inspection
1 parent c82fd5c commit 2bdcc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web-sveltekit/src/lib/search/SymbolKindIcon.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
8787
// TODO(@taiyab): incorporate these colors into the semantic colors
8888
89-
--icon-color: var(--text-muted);
89+
--icon-color: currentColor;
9090
9191
:global(.theme-light) & {
9292
&.module {

0 commit comments

Comments
 (0)