From 100b86d3f9b865d923ae4ee4f50f981930303d52 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 23 Jan 2026 16:41:29 +0100 Subject: [PATCH] added list tile content padding --- lib/theme.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/theme.dart b/lib/theme.dart index 47289ac..4d69664 100644 --- a/lib/theme.dart +++ b/lib/theme.dart @@ -22,5 +22,6 @@ ThemeData _baseTheme(ColorScheme scheme) => shape: RoundedRectangleBorder( borderRadius: BorderRadiusGeometry.circular(12), ), + contentPadding: EdgeInsetsDirectional.only(start: 16.0, end: 24.0), ), );