chore: Follow up chat list color

This commit is contained in:
Christian Pauly 2022-10-15 16:31:42 +02:00
parent f58bd3170e
commit 796018cae2

View file

@ -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,