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