Skip to content

Commit 369923a

Browse files
committed
Reformatted again
1 parent c93d070 commit 369923a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/colourscheme.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { createTheme } from "@mui/material/styles";
33
export const defaultColours = createTheme({
44
palette: {
55
primary: {
6-
main: "#C0C0C0",
6+
main: "#C0C0C0"
77
// light: currently calculated automatically by MUI
88
// dark: currently calculated automatically by MUI
99
// contrastText: currently calculated automatically by MUI
10-
},
11-
},
12-
});
10+
}
11+
}
12+
});

0 commit comments

Comments
 (0)