fix: same stroke color as text on list filters
This commit is contained in:
parent
e5d96cac91
commit
b61e1d8e55
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.filter-icon.active {
|
||||
use {
|
||||
stroke: var(--blue-500);
|
||||
stroke: var(--text-on-blue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue