Skip to content

Commit c93d070

Browse files
committed
Reformatted the script
1 parent a59a564 commit c93d070

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/colourscheme.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { createTheme } from '@mui/material/styles';
1+
import { createTheme } from "@mui/material/styles";
22

33
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-
},
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
1110
},
12-
})
11+
},
12+
});

0 commit comments

Comments
 (0)