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 a59a564 commit c93d070Copy full SHA for c93d070
src/colourscheme.ts
@@ -1,12 +1,12 @@
1
-import { createTheme } from '@mui/material/styles';
+import { createTheme } from "@mui/material/styles";
2
3
export const defaultColours = createTheme({
4
- palette: {
5
- primary: {
6
- main: "#C0C0C0",
7
- // light: currently calculated automatically by MUI
8
- // dark: currently calculated automatically by MUI
9
- //contrastText: currently calculated automatically by MUI
10
- },
+ palette: {
+ primary: {
+ main: "#C0C0C0",
+ // light: currently calculated automatically by MUI
+ // dark: currently calculated automatically by MUI
+ // contrastText: currently calculated automatically by MUI
11
},
12
-})
+ },
+});
0 commit comments