1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

feat: update breakpoint from 1260 to 1280 (#4575)

This commit is contained in:
Jaanus Sellin 2023-08-27 20:36:02 +03:00 committed by GitHub
parent b2aa3ea049
commit 873c00a566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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"
@ -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"
@ -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"
@ -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"

View File

@ -17,7 +17,7 @@ const theme = {
xs: 0,
sm: 600,
md: 960,
lg: 1260,
lg: 1280,
xl: 1536,
},
},

View File

@ -9,7 +9,7 @@ const theme = {
xs: 0,
sm: 600,
md: 960,
lg: 1260,
lg: 1280,
xl: 1536,
},
},