diff --git a/src/common/ButtonGroup.tsx b/src/common/ButtonGroup.tsx index 132bfcc..f23bc0a 100644 --- a/src/common/ButtonGroup.tsx +++ b/src/common/ButtonGroup.tsx @@ -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"