update colors for dark theme
This commit is contained in:
parent
c7a2d723ec
commit
d933587d09
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ export const silverTheme = createTheme(color, {
|
|||
|
||||
const darkThemeData = {
|
||||
Background: {
|
||||
Container: '#1A1A1A',
|
||||
Container: '#121314',
|
||||
ContainerHover: '#262626',
|
||||
ContainerActive: '#333333',
|
||||
ContainerLine: '#404040',
|
||||
|
|
@ -108,7 +108,7 @@ const darkThemeData = {
|
|||
},
|
||||
|
||||
Surface: {
|
||||
Container: '#262626',
|
||||
Container: '#1e1e1e',
|
||||
ContainerHover: '#333333',
|
||||
ContainerActive: '#404040',
|
||||
ContainerLine: '#4D4D4D',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue