chore: Follow up colors reply

This commit is contained in:
Krille 2025-01-23 11:29:48 +01:00
parent 7504756caf
commit 43f47a2df6
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -33,7 +33,7 @@ class ReplyContent extends StatelessWidget {
final displayEvent =
timeline != null ? replyEvent.getDisplayEvent(timeline) : replyEvent;
final fontSize = AppConfig.messageFontSize * AppConfig.fontSizeFactor;
final color = theme.brightness == Brightness.light
final color = theme.brightness == Brightness.dark
? ownMessage
? theme.colorScheme.onTertiaryContainer
: theme.colorScheme.onTertiary