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

@@ -250,7 +250,7 @@ export function About() {
const isWebUIUpdateAvailable = !!webUIUpdateData?.checkForWebUIUpdate.updateAvailable;
return (
<List>
<List sx={{ pt: 0 }}>
<List
sx={{ padding: 0 }}
subheader={