Skip to content

Commit e663116

Browse files
committed
Corrected the default text colour
1 parent e1ef730 commit e663116

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
@@ -6,7 +6,7 @@ export const defaultColours = createTheme({
66
main: "#D2D2D2",
77
// light: currently calculated automatically by MUI
88
// dark: currently calculated automatically by MUI
9-
contrastText: "#FFFFFF"
9+
contrastText: "#000000"
1010
}
1111
},
1212
typography: {

0 commit comments

Comments
 (0)