fix: Card component background color (#31483)

This commit is contained in:
Kamil Gabryjelski 2024-12-17 14:54:46 +01:00 committed by GitHub
parent 3375e65486
commit 4c380b48e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,