fix: fix lsd xl breakpoint width

This commit is contained in:
Hossein Mehrabi 2023-08-24 08:31:44 +03:30
parent 5792de1a65
commit 38421bef71
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ export const useLSDTheme = () => {
lg: {
width: 1280,
},
xl: {
width: 1440,
},
},
palette: {},
typography: {},