Skip to content

Commit

Permalink
feat(ui): custom breakpoints
Browse files Browse the repository at this point in the history
* for desktop soft
  • Loading branch information
keiko233 committed Apr 18, 2024
1 parent ec02389 commit 8bc95a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/ui/materialYou/createTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,14 @@ export const createMDYTheme = (
MuiButtonGroup,
// MuiPaper,
},
breakpoints: {
values: {
xs: 0,
sm: 720,
md: 960,
lg: 1200,
xl: 1536,
},
},
});
};

0 comments on commit 8bc95a5

Please sign in to comment.