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