chore: Minor design tweaks
This commit is contained in:
parent
c9653f43b2
commit
0cad974df0
3 changed files with 17 additions and 3 deletions
|
|
@ -248,6 +248,7 @@ class _ChatListState extends State<ChatList> {
|
|||
searchController: searchController,
|
||||
hintText: L10n.of(context).searchForAChat,
|
||||
onChanged: (_) => setState(() => null),
|
||||
suffix: Icon(Icons.search_outlined),
|
||||
),
|
||||
),
|
||||
floatingActionButton:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue