diff --git a/superset-frontend/src/theme/index.ts b/superset-frontend/src/theme/index.ts index 70d6cd5eb..81a334ca9 100644 --- a/superset-frontend/src/theme/index.ts +++ b/superset-frontend/src/theme/index.ts @@ -75,6 +75,7 @@ const baseConfig: ThemeConfig = { Card: { paddingLG: supersetTheme.gridUnit * 6, fontWeightStrong: supersetTheme.typography.weights.medium, + colorBgContainer: supersetTheme.colors.grayscale.light4, }, Input: { colorBorder: supersetTheme.colors.secondary.light3,