Searchbar style fix (#326)

pull/342/head
Jurgen Geitner 6 years ago committed by GitHub
parent f98d66d514
commit e171f543c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,7 @@ class SearchBar extends StatelessWidget {
child: CupertinoTextField(
controller: controller,
focusNode: focusNode,
decoration: null,
style: Styles.searchText,
cursorColor: Styles.searchCursorColor,
),

Loading…
Cancel
Save