have the background use the whitelabels secondary colour for the toggled buttons

This commit is contained in:
csawatzky 2025-05-13 13:46:02 -06:00
parent 07e09e2942
commit 65d960ca10

View file

@ -72,14 +72,14 @@ const useStyles = makeStyles((theme: Theme) => {
marginLeft: theme.spacing(0.05),
marginRight: theme.spacing(0.05),
"&:hover": {
//backgroundColor: getSecondaryColour(),
backgroundColor: "gold",
backgroundColor: getSecondaryColour(), //use the colour of the whitelabel
//backgroundColor: "gold",
color: "black",
}
},
buttonToggled: {
//backgroundColor: getSecondaryColour(),
backgroundColor: "gold",
backgroundColor: getSecondaryColour(), //use the colour of the whitelabel
//backgroundColor: "gold",
color: "black",
borderRadius: 24,
fontWeight: "bold"