Skip to content

Commit

Permalink
fix: Card component background color (apache#31483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Dec 17, 2024
1 parent 3375e65 commit 4c380b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c380b4

Please sign in to comment.