chore: Context icon improvements
This commit is contained in:
parent
e53cc2ec02
commit
bd6f28766f
2 changed files with 15 additions and 4 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue