chore: Follow up message bubble colors

pull/1595/head
Krille 3 weeks ago
parent efd4811569
commit d7ac0aa605
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -157,7 +157,9 @@ class Message extends StatelessWidget {
if (ownMessage) {
color = displayEvent.status.isError
? Colors.redAccent
: theme.colorScheme.onPrimaryFixedVariant;
: theme.brightness == Brightness.light
? theme.colorScheme.primary
: theme.colorScheme.primaryContainer;
}
final resetAnimateIn = this.resetAnimateIn;

Loading…
Cancel
Save