Use new palette values for main palette (#2566)
* Use new palette values for main palette * Drawer bg in dark mode
This commit is contained in:
parent
95f70a9a6a
commit
9803e17449
5 changed files with 74 additions and 69 deletions
|
@ -171,7 +171,7 @@ export const light = {
|
|||
backgroundColor: lightPalette.contrast_300,
|
||||
},
|
||||
border: {
|
||||
borderColor: lightPalette.contrast_200,
|
||||
borderColor: lightPalette.contrast_100,
|
||||
},
|
||||
border_contrast: {
|
||||
borderColor: lightPalette.contrast_400,
|
||||
|
@ -278,7 +278,7 @@ export const dark: Theme = {
|
|||
color: darkPalette.black,
|
||||
},
|
||||
bg: {
|
||||
backgroundColor: darkPalette.contrast_25,
|
||||
backgroundColor: darkPalette.black,
|
||||
},
|
||||
bg_contrast_25: {
|
||||
backgroundColor: darkPalette.contrast_50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue