have the background use the whitelabels secondary colour for the toggled buttons
This commit is contained in:
parent
07e09e2942
commit
65d960ca10
1 changed files with 4 additions and 4 deletions
|
|
@ -72,14 +72,14 @@ const useStyles = makeStyles((theme: Theme) => {
|
||||||
marginLeft: theme.spacing(0.05),
|
marginLeft: theme.spacing(0.05),
|
||||||
marginRight: theme.spacing(0.05),
|
marginRight: theme.spacing(0.05),
|
||||||
"&:hover": {
|
"&:hover": {
|
||||||
//backgroundColor: getSecondaryColour(),
|
backgroundColor: getSecondaryColour(), //use the colour of the whitelabel
|
||||||
backgroundColor: "gold",
|
//backgroundColor: "gold",
|
||||||
color: "black",
|
color: "black",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
buttonToggled: {
|
buttonToggled: {
|
||||||
//backgroundColor: getSecondaryColour(),
|
backgroundColor: getSecondaryColour(), //use the colour of the whitelabel
|
||||||
backgroundColor: "gold",
|
//backgroundColor: "gold",
|
||||||
color: "black",
|
color: "black",
|
||||||
borderRadius: 24,
|
borderRadius: 24,
|
||||||
fontWeight: "bold"
|
fontWeight: "bold"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue