This commit is contained in:
Christian Pauly 2020-01-03 14:44:39 +01:00
commit a4dfed9361
2 changed files with 15 additions and 3 deletions

View file

@ -33,6 +33,7 @@ class ChatListItem extends StatelessWidget {
ChatTime(room.timeCreated).toEventTimeString(),
style: TextStyle(
color: Color(0xFF555555),
fontSize: 13,
),
),
],
@ -47,13 +48,12 @@ class ChatListItem extends StatelessWidget {
: Icon(
Icons.notifications_off,
color: Colors.grey,
size: 20,
size: 16,
),
room.notificationCount > 0
? Container(
width: 20,
padding: EdgeInsets.symmetric(horizontal: 5),
height: 20,
margin: EdgeInsets.only(top: 3),
decoration: BoxDecoration(
color: room.highlightCount > 0
? Colors.red