We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc1019 commit 64696adCopy full SHA for 64696ad
lib/main.dart
@@ -442,6 +442,7 @@ class _MyHomePageState extends State<MyHomePage> {
442
enabledBorder: textFieldBorder,
443
border: textFieldBorder,
444
hintText: 'Search by keywords',
445
+ hintStyle: Theme.of(context).textTheme.bodyMedium,
446
prefixIcon: appState == const AppState.keywordSearch()
447
? backToHomeIconButton()
448
: keywordSearchIconButton(),
0 commit comments