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

@@ -124,7 +124,7 @@ export const DownloadSettings = () => {
);
return (
<List>
<List sx={{ pt: 0 }}>
<TextSetting
settingName={t('download.settings.download_path.label.title')}
dialogDescription={t('download.settings.download_path.label.description')}