Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Nov 29, 2024
1 parent 6895b37 commit 6a6c403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ class _SearchFieldSampleState extends State<SearchFieldSample> {
),
),
searchInputDecoration: SearchInputDecoration(
searchStyle: TextStyle(fontSize: 18, color: Colors.black),
hintStyle: TextStyle(fontSize: 18, color: Colors.grey),
focusedBorder: OutlineInputBorder(
borderRadius: BorderRadius.circular(24),
borderSide: const BorderSide(
Expand Down

0 comments on commit 6a6c403

Please sign in to comment.