mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
Improve design
This commit is contained in:
parent
b3adc20644
commit
580b68f0d0
@ -224,7 +224,7 @@ class _ChatListState extends State<ChatList> {
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Icon(
|
Icon(
|
||||||
searchMode ? Icons.search : Icons.add,
|
searchMode ? Icons.search : Icons.chat_bubble_outline,
|
||||||
size: 80,
|
size: 80,
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user