diff --git a/lib/pages/chat_list/chat_list_item.dart b/lib/pages/chat_list/chat_list_item.dart index 6f92b0078..3b1154e05 100644 --- a/lib/pages/chat_list/chat_list_item.dart +++ b/lib/pages/chat_list/chat_list_item.dart @@ -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,