make the input smaller

This commit is contained in:
shilangyu 2020-09-15 00:09:02 +02:00
parent feba320262
commit 93177c0072
1 changed files with 1 additions and 1 deletions

View File

@ -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
),