chore: Follow up colors reply

This commit is contained in:
Krille 2025-01-23 11:29:48 +01:00
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 = final displayEvent =
timeline != null ? replyEvent.getDisplayEvent(timeline) : replyEvent; timeline != null ? replyEvent.getDisplayEvent(timeline) : replyEvent;
final fontSize = AppConfig.messageFontSize * AppConfig.fontSizeFactor; final fontSize = AppConfig.messageFontSize * AppConfig.fontSizeFactor;
final color = theme.brightness == Brightness.light final color = theme.brightness == Brightness.dark
? ownMessage ? ownMessage
? theme.colorScheme.onTertiaryContainer ? theme.colorScheme.onTertiaryContainer
: theme.colorScheme.onTertiary : theme.colorScheme.onTertiary