- adding icons to buttons

- styling modals for dark mode
This commit is contained in:
Amruth Pillai
2020-07-03 19:37:23 +05:30
parent 3a1d42025f
commit 24fed8ff3f
9 changed files with 24 additions and 11 deletions

View File

@ -11,7 +11,7 @@ const COLOR_CONFIG = {
"--color-primary": "#f5f5f5",
"--color-primary-dark": "#eee",
"--color-inverse": "#212121",
"--color-inverse-dark": "#121212",
"--color-inverse-dark": "#181818",
},
};