Skip to content

Commit 6e57a14

Browse files
committed
Updated the colours for prettier
1 parent f9f3db9 commit 6e57a14

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
@@ -7,11 +7,11 @@ export const defaultColours = createTheme({
77
// light: currently calculated automatically by MUI
88
// dark: currently calculated automatically by MUI
99
contrastText: "#FFFFFF"
10-
},
10+
}
1111
},
1212
typography: {
1313
button: {
14-
textTransform: "none",
15-
},
16-
},
14+
textTransform: "none"
15+
}
16+
}
1717
});

0 commit comments

Comments
 (0)