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 =
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue