diff --git a/app/lib/theme.dart b/app/lib/theme.dart index 91c59915..ab53ea20 100644 --- a/app/lib/theme.dart +++ b/app/lib/theme.dart @@ -190,7 +190,7 @@ ThemeData _applyColorScheme(ColorScheme colorScheme) { if (states.contains(MaterialState.selected)) { return colorScheme.secondary; } else { - return Colors.transparent; + return colorScheme.onSurfaceVariant; } } }),