Added default styles(White/Dark) theme

This commit is contained in:
2022-10-31 19:32:59 +03:00
parent bb22c0dc85
commit 04b3bb23b1
7 changed files with 84 additions and 41 deletions

13
src/style/whiteTheme.scss Normal file
View File

@ -0,0 +1,13 @@
.selectWhite {
color: black !important;
background: rgb(248, 248, 248) !important;
}
.caretWhite {
border-top: 6px solid black !important;
}
.listWhite {
color: black !important;
background-color: white !important;
}