From 93177c0072b33beba590cd8c5468c4aa607137fb Mon Sep 17 00:00:00 2001 From: shilangyu Date: Tue, 15 Sep 2020 00:09:02 +0200 Subject: [PATCH] make the input smaller --- lib/pages/communities_tab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/communities_tab.dart b/lib/pages/communities_tab.dart index d97ca7f..19efa29 100644 --- a/lib/pages/communities_tab.dart +++ b/lib/pages/communities_tab.dart @@ -106,12 +106,12 @@ class CommunitiesTab extends HookWidget { onPressed: () {}, // TODO: change styles? ), ], - // TODO: should be smaller title: TextField( controller: filterController, textAlign: TextAlign.center, decoration: InputDecoration( suffixIcon: filterIcon, + isDense: true, border: OutlineInputBorder(), hintText: 'filter', // TODO: hint with an filter icon ),