Skip to content

Commit

Permalink
feat(theme): add styling configuration for Alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
LevisNgigi committed Nov 30, 2024
1 parent 4093d51 commit 5c3f744
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions superset-frontend/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ const baseConfig: ThemeConfig = {
zIndexPopupBase: supersetTheme.zIndex.max,
},
components: {
Alert: {
borderRadius: supersetTheme.borderRadius,
colorBgContainer: supersetTheme.colors.grayscale.light5,
colorBorder: supersetTheme.colors.grayscale.light3,
fontSize: supersetTheme.typography.sizes.m,
colorText: supersetTheme.colors.grayscale.dark1,
},
Avatar: {
containerSize: 32,
fontSize: supersetTheme.typography.sizes.s,
Expand Down

0 comments on commit 5c3f744

Please sign in to comment.