Skip to content

Commit

Permalink
Search is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay-KB committed Apr 29, 2020
1 parent 29b0706 commit 976c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gogrocy/lib/ui/views/search_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class SearchView extends StatelessWidget {
child: Container(
color: Colors.transparent,
child: Material(
elevation: 8,
elevation: 5,
child: Theme(
data: ThemeData(
primaryColor: Colors.white,
Expand Down

0 comments on commit 976c8e7

Please sign in to comment.