mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
fix(svelte): Use correct symbol icon color (#63355)
Fixes srch-601 ## Test plan Visual inspection
This commit is contained in:
parent
c82fd5c44e
commit
2bdcc36ef7
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user