colors fixed

This commit is contained in:
Daniel Shleifman
2021-07-06 15:44:20 +03:00
parent e09b72e53d
commit 3b8e334f90
6 changed files with 55 additions and 27 deletions

View File

@@ -47,6 +47,10 @@ export const themeColors = {
defaultSecondaryColor: '#00a383',
defaultTertiaryColor: '#03aa89',
},
settingsDialog: {
contentBG: '#f1eff3',
footerBG: '#f1eff3',
},
},
dark: {
app: {
@@ -94,6 +98,10 @@ export const themeColors = {
defaultSecondaryColor: rgba('#545a5e', 0.9),
defaultTertiaryColor: '#545a5e',
},
settingsDialog: {
contentBG: '#5A6166',
footerBG: '#323637',
},
},
}