Skip to content

Commit

Permalink
* Fix search icon
Browse files Browse the repository at this point in the history
  • Loading branch information
normalllll committed Aug 19, 2024
1 parent ad4be1d commit 0af4b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/post_search/post_search_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class _PostSearchPageState extends State<PostSearchPage> {
Navigator.of(context).push(MaterialPageRoute(builder: (context) => PostListPage(tags: _textController.text.split(' '))));
},
mini: true,
child: const Icon(Icons.vertical_align_top_outlined, color: Colors.white),
child: const Icon(Icons.search_outlined, color: Colors.white),
),
);
}
Expand Down

0 comments on commit 0af4b20

Please sign in to comment.