fix: Card component background color (#31483)
This commit is contained in:
parent
3375e65486
commit
4c380b48e7
|
|
@ -75,6 +75,7 @@ const baseConfig: ThemeConfig = {
|
||||||
Card: {
|
Card: {
|
||||||
paddingLG: supersetTheme.gridUnit * 6,
|
paddingLG: supersetTheme.gridUnit * 6,
|
||||||
fontWeightStrong: supersetTheme.typography.weights.medium,
|
fontWeightStrong: supersetTheme.typography.weights.medium,
|
||||||
|
colorBgContainer: supersetTheme.colors.grayscale.light4,
|
||||||
},
|
},
|
||||||
Input: {
|
Input: {
|
||||||
colorBorder: supersetTheme.colors.secondary.light3,
|
colorBorder: supersetTheme.colors.secondary.light3,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue