chore: Follow up chat list color

krille/redesign-login
Christian Pauly 3 years ago
parent f58bd3170e
commit 796018cae2

@ -291,7 +291,8 @@ class ChatListItem extends StatelessWidget {
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
style: TextStyle( style: TextStyle(
fontWeight: unread ? FontWeight.w600 : null, fontWeight: unread ? FontWeight.w600 : null,
color: Theme.of(context).colorScheme.onBackground, color:
Theme.of(context).colorScheme.onSurfaceVariant,
decoration: room.lastEvent?.redacted == true decoration: room.lastEvent?.redacted == true
? TextDecoration.lineThrough ? TextDecoration.lineThrough
: null, : null,

Loading…
Cancel
Save