chore: Follow up message bubble design

This commit is contained in:
krille-chan 2024-03-10 15:18:36 +01:00
commit 0387b955ed
No known key found for this signature in database
3 changed files with 12 additions and 6 deletions

View file

@ -101,7 +101,7 @@ class Message extends StatelessWidget {
final textColor = ownMessage
? Theme.of(context).colorScheme.onPrimary
: Theme.of(context).colorScheme.onSurfaceVariant;
: Theme.of(context).colorScheme.onBackground;
final rowMainAxisAlignment =
ownMessage ? MainAxisAlignment.end : MainAxisAlignment.start;