chore: Minor design adjustments

This commit is contained in:
Krille 2023-12-29 09:37:54 +01:00
commit a349a0804a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 3 additions and 5 deletions

View file

@ -56,9 +56,7 @@ class ReplyContent extends StatelessWidget {
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontWeight: FontWeight.bold,
color: ownMessage
? Theme.of(context).colorScheme.onPrimaryContainer
: Theme.of(context).colorScheme.onBackground,
color: Theme.of(context).colorScheme.primary,
fontSize: fontSize,
),
);