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 369923a commit 74bfee6Copy full SHA for 74bfee6
src/colourscheme.ts
@@ -3,10 +3,15 @@ import { createTheme } from "@mui/material/styles";
3
export const defaultColours = createTheme({
4
palette: {
5
primary: {
6
- main: "#C0C0C0"
+ main: "#000080",
7
// light: currently calculated automatically by MUI
8
// dark: currently calculated automatically by MUI
9
- // contrastText: currently calculated automatically by MUI
10
- }
11
+ contrastText: "#FFFFFF"
+ },
12
+ typography: {
13
+ button: {
14
+ textTransform: "none",
15
16
17
});
0 commit comments