chore: follow up chat bubble colors
This commit is contained in:
parent
480513c708
commit
efd4811569
1 changed files with 1 additions and 3 deletions
|
|
@ -157,9 +157,7 @@ class Message extends StatelessWidget {
|
|||
if (ownMessage) {
|
||||
color = displayEvent.status.isError
|
||||
? Colors.redAccent
|
||||
: theme.brightness == Brightness.light
|
||||
? theme.colorScheme.primary
|
||||
: theme.colorScheme.primaryContainer;
|
||||
: theme.colorScheme.onPrimaryFixedVariant;
|
||||
}
|
||||
|
||||
final resetAnimateIn = this.resetAnimateIn;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue