chore: Follow up chat list color
This commit is contained in:
parent
f58bd3170e
commit
796018cae2
1 changed files with 2 additions and 1 deletions
|
|
@ -291,7 +291,8 @@ class ChatListItem extends StatelessWidget {
|
|||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontWeight: unread ? FontWeight.w600 : null,
|
||||
color: Theme.of(context).colorScheme.onBackground,
|
||||
color:
|
||||
Theme.of(context).colorScheme.onSurfaceVariant,
|
||||
decoration: room.lastEvent?.redacted == true
|
||||
? TextDecoration.lineThrough
|
||||
: null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue