This commit is contained in:
Manav Rathi
2025-01-07 15:35:48 +05:30
parent 15283cbc73
commit 7c44a160a0
2 changed files with 3 additions and 1 deletions

View File

@@ -18,9 +18,11 @@ export const getTheme = (
typography,
components,
shape: {
// Increase the default border radius mulitplier from 4 to 8.
borderRadius: 8,
},
transitions: {
// Increase the default transition out duration from 195 to 300.
duration: { leavingScreen: 300 },
},
});

View File

@@ -30,7 +30,7 @@ export const typography: TypographyOptions = {
},
// h6 is the default variant used by MUI's DialogTitle.
h6: {
// The font size and line height belows is the same as large.
// The font size and line height below is the same as large.
fontSize: "18px",
lineHeight: "22px",
// See: [Note: Bold headings]