fix: text alignment on search page

This commit is contained in:
bggRGjQaUbCoE
2024-08-30 12:22:32 +08:00
parent 992c8c718c
commit f220d10727
5 changed files with 5 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class _FavSearchPageState extends State<FavSearchPage> {
controller: _favSearchCtr.controller.value,
textInputAction: TextInputAction.search,
onChanged: (value) => _favSearchCtr.onChange(value),
textAlignVertical: TextAlignVertical.center,
decoration: InputDecoration(
hintText: _favSearchCtr.hintText,
border: InputBorder.none,