mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
Fix colors
This commit is contained in:
parent
3a64d58d23
commit
5a9d4b3d7f
@ -25,9 +25,16 @@ class ChatListItem extends StatelessWidget {
|
||||
child: Text(
|
||||
room.displayname,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
SizedBox(width: 16),
|
||||
Text(
|
||||
ChatTime(room.timeCreated).toEventTimeString(),
|
||||
style: TextStyle(
|
||||
color: Color(0xFF555555),
|
||||
),
|
||||
),
|
||||
Text(ChatTime(room.timeCreated).toEventTimeString()),
|
||||
],
|
||||
),
|
||||
subtitle: Row(
|
||||
|
Loading…
Reference in New Issue
Block a user