chore: Follow up colors reply
This commit is contained in:
parent
7504756caf
commit
43f47a2df6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue