Remove top padding from setting lists

This commit is contained in:
schroda
2024-09-05 00:34:13 +02:00
parent be471ba06b
commit 517c3edcfe
9 changed files with 9 additions and 9 deletions

View File

@@ -194,7 +194,7 @@ export const WebUISettings = () => {
const isCustomWebUI = webUISettings.webUIFlavor === WebUiFlavor.Custom;
return (
<List>
<List sx={{ pt: 0 }}>
<SelectSetting<WebUiFlavor>
settingName={t('settings.webui.flavor.label.title')}
value={webUISettings.webUIFlavor}