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:
@@ -97,6 +97,16 @@ export default {
|
||||
boxShadow: '3px 3px 5px #3c3836',
|
||||
},
|
||||
},
|
||||
MuiSwitch: {
|
||||
colorSecondary: {
|
||||
'&$checked': {
|
||||
color: '#458588',
|
||||
},
|
||||
'&$checked + $track': {
|
||||
backgroundColor: '#458588',
|
||||
},
|
||||
},
|
||||
},
|
||||
NDMobileArtistDetails: {
|
||||
bgContainer: {
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user