Skip to content

Commit 64696ad

Browse files
committed
Make hintText in search by keywords smaller
1 parent 4cc1019 commit 64696ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ class _MyHomePageState extends State<MyHomePage> {
442442
enabledBorder: textFieldBorder,
443443
border: textFieldBorder,
444444
hintText: 'Search by keywords',
445+
hintStyle: Theme.of(context).textTheme.bodyMedium,
445446
prefixIcon: appState == const AppState.keywordSearch()
446447
? backToHomeIconButton()
447448
: keywordSearchIconButton(),

0 commit comments

Comments
 (0)