development #12

Merged
marco merged 3 commits from development into main 2026-01-27 14:29:08 +01:00
Showing only changes of commit 9c85d565a9 - Show all commits

View File

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