Skip to content

Commit 090f9c4

Browse files
committed
Revert SearchBar hint
1 parent 8276039 commit 090f9c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/widgets/components/search_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class _SearchBarState extends State<SearchBar> {
4444
),
4545
decoration: InputDecoration(
4646
border: InputBorder.none,
47-
hintText: "Who are you looking for?",
47+
hintText: "Search name, Github usernames...",
4848
hintStyle: TextStyle(
4949
fontSize: 32,
5050
),

0 commit comments

Comments
 (0)