chore: Follow up bubble color

This commit is contained in:
krille-chan 2025-02-05 20:51:14 +01:00
commit 5e937ca266
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

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