- 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

@ -2,6 +2,10 @@
@import "~react-toastify/dist/ReactToastify.css";
@import "./toastify.css";
:root {
@apply transition-colors duration-200 ease-in-out;
}
html,
body {
font-size: 12px;