The secondary color (#3c3836) matches the panel/table cell background, making checked MuiSwitch thumbs invisible. Add MuiSwitch override using Gruvbox cyan (#458588), consistent with existing interactive elements.
This commit is contained in:
parent
44a5482493
commit
08a71320ea
1 changed files with 10 additions and 0 deletions
|
|
@ -97,6 +97,16 @@ export default {
|
||||||
boxShadow: '3px 3px 5px #3c3836',
|
boxShadow: '3px 3px 5px #3c3836',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiSwitch: {
|
||||||
|
colorSecondary: {
|
||||||
|
'&$checked': {
|
||||||
|
color: '#458588',
|
||||||
|
},
|
||||||
|
'&$checked + $track': {
|
||||||
|
backgroundColor: '#458588',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
NDMobileArtistDetails: {
|
NDMobileArtistDetails: {
|
||||||
bgContainer: {
|
bgContainer: {
|
||||||
background:
|
background:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue