refactor: change icon fill color to transparent
This commit is contained in:
parent
3cbc6650aa
commit
d8d89547c0
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ $card-box-shadow: 0px 0px 1px rgba(17, 43, 66, 0.16), 0px 1px 3px rgba(17, 43, 6
|
|||
--heading-color: var(--gray-900);
|
||||
|
||||
// SVG Colors
|
||||
--icon-fill: var(--gray-900);
|
||||
--icon-fill: transparent;
|
||||
--icon-stroke: var(--gray-900);
|
||||
|
||||
// Layout Colors
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue