chore: follow up chat bubble colors

This commit is contained in:
Krille 2025-02-05 15:33:17 +01:00
parent 480513c708
commit efd4811569
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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;