We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f3db9 commit 6e57a14Copy full SHA for 6e57a14
src/colourscheme.ts
@@ -7,11 +7,11 @@ export const defaultColours = createTheme({
7
// light: currently calculated automatically by MUI
8
// dark: currently calculated automatically by MUI
9
contrastText: "#FFFFFF"
10
- },
+ }
11
},
12
typography: {
13
button: {
14
- textTransform: "none",
15
16
+ textTransform: "none"
17
});
0 commit comments