diff --git a/lib/theme.dart b/lib/theme.dart index 4d69664..1a1476b 100644 --- a/lib/theme.dart +++ b/lib/theme.dart @@ -22,6 +22,9 @@ ThemeData _baseTheme(ColorScheme scheme) => shape: RoundedRectangleBorder( borderRadius: BorderRadiusGeometry.circular(12), ), + textColor: scheme.onPrimaryContainer, + selectedTileColor: scheme.primaryContainer, + selectedColor: scheme.onPrimaryContainer, contentPadding: EdgeInsetsDirectional.only(start: 16.0, end: 24.0), ), );