chore: Follow up chat list color

This commit is contained in:
Christian Pauly 2022-10-15 16:31:42 +02:00
parent fe0452299f
commit 619a4adacb

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,