Skip to content

Commit f9f3db9

Browse files
committed
Changed default colours
1 parent 74bfee6 commit f9f3db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/colourscheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createTheme } from "@mui/material/styles";
33
export const defaultColours = createTheme({
44
palette: {
55
primary: {
6-
main: "#000080",
6+
main: "#C0C0C0",
77
// light: currently calculated automatically by MUI
88
// dark: currently calculated automatically by MUI
99
contrastText: "#FFFFFF"

0 commit comments

Comments
 (0)