Added default styles(White/Dark) theme
This commit is contained in:
13
src/style/whiteTheme.scss
Normal file
13
src/style/whiteTheme.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user