Skip to content

Commit

Permalink
fix: Updated Typography
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad committed Sep 25, 2023
1 parent ad1f124 commit f42901c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions superset-frontend/packages/superset-ui-core/src/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ const kudosTheme = {
bold: 600,
},
sizes: {
xxs: 12,
xs: 14,
s: 16,
m: 20,
l: 24,
xl: 28,
xxs: 10,
xs: 12,
s: 14,
m: 16,
l: 20,
xl: 24,
xxl: 28,
},
},
Expand Down

0 comments on commit f42901c

Please sign in to comment.