diff --git a/frontend/ui/materialYou/createTheme.ts b/frontend/ui/materialYou/createTheme.ts index 1e145d26e72..3e0f13fcf45 100644 --- a/frontend/ui/materialYou/createTheme.ts +++ b/frontend/ui/materialYou/createTheme.ts @@ -54,5 +54,14 @@ export const createMDYTheme = ( MuiButtonGroup, // MuiPaper, }, + breakpoints: { + values: { + xs: 600, + sm: 720, + md: 960, + lg: 1200, + xl: 1536, + }, + }, }); };