Преглед изворни кода

Update search button style

Vishnu Mohandas пре 5 година
родитељ
комит
9dc26dfad6
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      lib/ui/home_widget.dart

+ 5 - 2
lib/ui/home_widget.dart

@@ -100,9 +100,12 @@ class _HomeWidgetState extends State<HomeWidget> {
             ),
             ),
           );
           );
         },
         },
-        child: Icon(Icons.search),
+        child: Icon(
+          Icons.search,
+          size: 28,
+        ),
         elevation: 1,
         elevation: 1,
-        backgroundColor: Colors.white30,
+        backgroundColor: Colors.black38,
         foregroundColor: Colors.amber,
         foregroundColor: Colors.amber,
       ),
       ),
     );
     );