From a45fb71ee1e9de668af9158e89e565dc7cf5f5a2 Mon Sep 17 00:00:00 2001 From: cafecitopuro Date: Sat, 20 Sep 2025 22:15:58 -0400 Subject: [PATCH] fix album grid outline --- ui/src/themes/nutball.js | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) 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)': {