Skip to content

Commit e171f54

Browse files
authored
Searchbar style fix (#326)
1 parent f98d66d commit e171f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

veggieseasons/lib/widgets/search_bar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class SearchBar extends StatelessWidget {
3939
child: CupertinoTextField(
4040
controller: controller,
4141
focusNode: focusNode,
42+
decoration: null,
4243
style: Styles.searchText,
4344
cursorColor: Styles.searchCursorColor,
4445
),

0 commit comments

Comments
 (0)