Comment
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
});
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user