fix album grid outline

This commit is contained in:
cafecitopuro 2025-09-20 22:15:58 -04:00
parent e1212e9d36
commit a45fb71ee1

View File

@ -154,6 +154,14 @@ export default {
MuiSwitch: {
thumb: {
color: '#eaeaea',
boxShadow: 'none',
borderRadius: '0',
},
track: {
borderRadius: '0',
},
switchBase: {
color: '#eaeaea',
},
},
MuiCheckbox: {
@ -430,18 +438,6 @@ export default {
},
},
},
MuiSwitch: {
thumb: {
boxShadow: 'none',
borderRadius: '0',
},
track: {
borderRadius: '0',
},
switchBase: {
color: '#eaeaea',
},
},
NDAlbumGridView: {
root: {
'&:has(.MuiGridList-root:empty)': {