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:
Eric Bailey 2024-01-18 22:54:20 -06:00 committed by GitHub
parent 95f70a9a6a
commit 9803e17449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 74 additions and 69 deletions

View file

@ -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,