diff --git a/lib/ui/home_widget.dart b/lib/ui/home_widget.dart index 74cd4bc81..38f8abf10 100644 --- a/lib/ui/home_widget.dart +++ b/lib/ui/home_widget.dart @@ -100,9 +100,12 @@ class _HomeWidgetState extends State { ), ); }, - child: Icon(Icons.search), + child: Icon( + Icons.search, + size: 28, + ), elevation: 1, - backgroundColor: Colors.white30, + backgroundColor: Colors.black38, foregroundColor: Colors.amber, ), );