Skip to content
Snippets Groups Projects
Commit a95a96cc authored by Andy Summers's avatar Andy Summers
Browse files

Links and buttons are blue by default

parent 907a2c61
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@ const red = "#c50505";
const blue = "#0479a8";
export const theme = {
props: {
MuiButton: {
color: "secondary",
},
MuiLink: {
color: "secondary",
},
},
overrides: {
MuiOutlinedInput: {
root: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment