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:
parent
b2aa3ea049
commit
873c00a566
@ -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"
|
||||
|
@ -17,7 +17,7 @@ const theme = {
|
||||
xs: 0,
|
||||
sm: 600,
|
||||
md: 960,
|
||||
lg: 1260,
|
||||
lg: 1280,
|
||||
xl: 1536,
|
||||
},
|
||||
},
|
||||
|
@ -9,7 +9,7 @@ const theme = {
|
||||
xs: 0,
|
||||
sm: 600,
|
||||
md: 960,
|
||||
lg: 1260,
|
||||
lg: 1280,
|
||||
xl: 1536,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user