change(ui): bg override

This commit is contained in:
Shekar Siri 2023-12-08 10:50:00 +01:00
parent 171253336b
commit bee706e3e3

View file

@ -20,7 +20,6 @@ const customTheme: ThemeConfig = {
// algorithm: theme.compactAlgorithm,
components: {
Layout: {
bodyBg: colors['gray-lightest'],
headerBg: colors['gray-lightest'],
siderBg: colors['gray-lightest']
},
@ -51,7 +50,6 @@ const customTheme: ThemeConfig = {
}
},
token: {
colorBgBase: colors['gray-lightest'],
colorPrimary: colors.teal,
colorPrimaryActive: '#394EFF',
colorBgLayout: colors['gray-lightest'],