chore: highlight select mode actions

This commit is contained in:
Christian Kußowski 2025-06-17 10:13:54 +02:00
commit 0a10d4fb7d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 16 additions and 4 deletions

View file

@ -23,7 +23,7 @@ class ChatAppBarTitle extends StatelessWidget {
return Text(
controller.selectedEvents.length.toString(),
style: TextStyle(
color: Theme.of(context).colorScheme.tertiary,
color: Theme.of(context).colorScheme.onTertiaryContainer,
),
);
}