chore: Minor design adjustments
This commit is contained in:
parent
f8d4b1f3ae
commit
a349a0804a
2 changed files with 3 additions and 5 deletions
|
|
@ -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,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue