chore: Follow up message bubble design
This commit is contained in:
parent
292e6c8834
commit
0387b955ed
3 changed files with 12 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue