fix(lsd-react): update typography variant names

This commit is contained in:
Hossein Mehrabi 2023-12-05 18:03:34 +03:30
parent a7695e96e2
commit a5b3af33b7
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1

View File

@ -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',
@ -23,7 +25,6 @@ export const THEME_TYPOGRAPHY_VARIANTS = [
'subtitle2',
'subtitle3',
'subtitle4',
'subtitle5',
'body1',
'body2',
'body3',