Skip to content

Commit

Permalink
feat: update breakpoint from 1260 to 1280 (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus authored Aug 27, 2023
1 parent b2aa3ea commit 873c00a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`should render DrawerMenu 1`] = `
}
>
<div
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4 css-g8shpt-MuiGrid-root"
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4 css-uhlu2j-MuiGrid-root"
>
<section
title="API details"
Expand All @@ -33,7 +33,7 @@ exports[`should render DrawerMenu 1`] = `
</section>
</div>
<div
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-auto css-16ccgsq-MuiGrid-root"
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-auto css-ouc276-MuiGrid-root"
>
<div
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-7 css-3f6ufr-MuiGrid-root"
Expand Down Expand Up @@ -558,7 +558,7 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
}
>
<div
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4 css-g8shpt-MuiGrid-root"
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4 css-uhlu2j-MuiGrid-root"
>
<section
title="API details"
Expand All @@ -577,7 +577,7 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
</section>
</div>
<div
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-auto css-16ccgsq-MuiGrid-root"
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-auto css-ouc276-MuiGrid-root"
>
<div
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-7 css-3f6ufr-MuiGrid-root"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/themes/dark-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const theme = {
xs: 0,
sm: 600,
md: 960,
lg: 1260,
lg: 1280,
xl: 1536,
},
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/themes/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const theme = {
xs: 0,
sm: 600,
md: 960,
lg: 1260,
lg: 1280,
xl: 1536,
},
},
Expand Down

0 comments on commit 873c00a

Please sign in to comment.