- 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

@ -4,7 +4,7 @@
.modal {
width: min(600px, calc(100vw - 100px));
@apply p-8 rounded bg-white outline-none;
@apply p-8 rounded bg-inverse text-primary outline-none;
}
.modal .title {