diff --git a/ui/src/themes/nutball.js b/ui/src/themes/nutball.js index fcaf4f155..8d55d7b9f 100644 --- a/ui/src/themes/nutball.js +++ b/ui/src/themes/nutball.js @@ -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)': {