diff --git a/frontend/app/initialize.tsx b/frontend/app/initialize.tsx index da7849b7e..2de4c4e08 100644 --- a/frontend/app/initialize.tsx +++ b/frontend/app/initialize.tsx @@ -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'],