fix alignment of 'search' hint text in search field
This commit is contained in:
parent
5acef45118
commit
881ece525f
1 changed files with 1 additions and 3 deletions
|
@ -142,9 +142,7 @@ class SearchWidgetState extends State<SearchWidget> {
|
|||
// hintText: S.of(context).searchHintText,
|
||||
hintText: "Search",
|
||||
filled: true,
|
||||
contentPadding: const EdgeInsets.symmetric(
|
||||
vertical: 10,
|
||||
),
|
||||
|
||||
border: const UnderlineInputBorder(
|
||||
borderSide: BorderSide.none,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue