chore: Follow up colors reply

pull/1571/head
Krille 9 months ago
parent 7504756caf
commit 43f47a2df6
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save