Skip to content

Commit e1ef730

Browse files
committed
Corrected the default grey colour
1 parent b9e8cd3 commit e1ef730

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: "#C0C0C0",
6+
main: "#D2D2D2",
77
// light: currently calculated automatically by MUI
88
// dark: currently calculated automatically by MUI
99
contrastText: "#FFFFFF"

0 commit comments

Comments
 (0)