chore: Context icon improvements

This commit is contained in:
Christian Pauly 2020-12-20 16:44:55 +01:00
commit bd6f28766f
2 changed files with 15 additions and 4 deletions

View file

@ -244,7 +244,7 @@ class ChatListItem extends StatelessWidget {
padding: EdgeInsets.only(
right: room.notificationCount > 0 ? 4.0 : 0.0),
child: Icon(
Icons.favorite_rounded,
Icons.push_pin_outlined,
size: 20,
color: Theme.of(context).primaryColor,
),