Skip to content

Commit

Permalink
chore: Follow up colors reply
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jan 23, 2025
1 parent 7504756 commit 43f47a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/events/reply_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43f47a2

Please sign in to comment.