mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(style): improved dark mode colors
This commit is contained in:
@@ -33,18 +33,18 @@ export const darkThemeOverrides: GlobalThemeOverrides = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
Layout: {
|
Layout: {
|
||||||
color: '#121212',
|
color: '#1c1c1c',
|
||||||
siderColor: '#1e1e1e',
|
siderColor: '#232323',
|
||||||
siderBorderColor: 'transparent',
|
siderBorderColor: 'transparent',
|
||||||
},
|
},
|
||||||
|
|
||||||
Card: {
|
Card: {
|
||||||
color: '#1e1e1e',
|
color: '#232323',
|
||||||
borderColor: 'transparent',
|
borderColor: '#282828',
|
||||||
},
|
},
|
||||||
|
|
||||||
Table: {
|
Table: {
|
||||||
tdColor: '#1e1e1e',
|
tdColor: '#232323',
|
||||||
thColor: '#353535',
|
thColor: '#353535',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user