fix: Fix icon colors to be more themeable (#724)

This commit is contained in:
Aman Harwara
2021-11-06 19:29:03 +05:30
committed by GitHub
parent 261bb65a85
commit 88cc50e8b6
12 changed files with 34 additions and 24 deletions

View File

@@ -21,7 +21,7 @@
@extend .border-1;
.icon {
color: var(--sn-stylekit-grey-1);
color: var(--sn-stylekit-neutral-color);
@extend .text-base;
}