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) {
|
if (ownMessage) {
|
||||||
color = displayEvent.status.isError
|
color = displayEvent.status.isError
|
||||||
? Colors.redAccent
|
? Colors.redAccent
|
||||||
: theme.brightness == Brightness.light
|
: theme.colorScheme.onPrimaryFixedVariant;
|
||||||
? theme.colorScheme.primary
|
|
||||||
: theme.colorScheme.primaryContainer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final resetAnimateIn = this.resetAnimateIn;
|
final resetAnimateIn = this.resetAnimateIn;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue