settings-feature #7

Merged
marco merged 7 commits from settings-feature into main 2026-01-23 18:04:38 +01:00
Showing only changes of commit 100b86d3f9 - Show all commits

View File

@@ -22,5 +22,6 @@ ThemeData _baseTheme(ColorScheme scheme) =>
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadiusGeometry.circular(12), borderRadius: BorderRadiusGeometry.circular(12),
), ),
contentPadding: EdgeInsetsDirectional.only(start: 16.0, end: 24.0),
), ),
); );