Skip to content

Commit

Permalink
fix(lsd-react): update typography variant names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Dec 5, 2023
1 parent a7695e9 commit a5b3af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lsd-react/src/components/Theme/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const THEME_BREAKPOINTS = ['xs', 'sm', 'md', 'lg', 'xl'] as Breakpoints[]
export const THEME_TYPOGRAPHY_VARIANTS = [
'display1',
'display2',
'display3',
'display4',
'h1',
'h2',
'h3',
Expand All @@ -23,7 +25,6 @@ export const THEME_TYPOGRAPHY_VARIANTS = [
'subtitle2',
'subtitle3',
'subtitle4',
'subtitle5',
'body1',
'body2',
'body3',
Expand Down

0 comments on commit a5b3af3

Please sign in to comment.