Skip to content

Commit

Permalink
Set laptop breakpoint to handle more edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Jun 14, 2023
1 parent 5b31d6a commit 7b3a450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/532.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set laptop breakpoint to handle more edge cases
6 changes: 6 additions & 0 deletions src/styles/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ declare module '@mui/material/styles' {
}

export const defaultTheme = createTheme({
breakpoints: {
values: {
...createTheme().breakpoints.values,
lg: 1024,
},
},
palette: {
background: {
default: COLORS.brandDark,
Expand Down

0 comments on commit 7b3a450

Please sign in to comment.