From bee706e3e3fbb9bddbafc6a101cbf24337d38afc Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 8 Dec 2023 10:50:00 +0100 Subject: [PATCH] change(ui): bg override --- frontend/app/initialize.tsx | 2 -- 1 file changed, 2 deletions(-) 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'],