mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
fix album grid outline
This commit is contained in:
parent
e1212e9d36
commit
a45fb71ee1
@ -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)': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user