Update search button style
This commit is contained in:
parent
60d7079e77
commit
9dc26dfad6
1 changed files with 5 additions and 2 deletions
|
@ -100,9 +100,12 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|||
),
|
||||
);
|
||||
},
|
||||
child: Icon(Icons.search),
|
||||
child: Icon(
|
||||
Icons.search,
|
||||
size: 28,
|
||||
),
|
||||
elevation: 1,
|
||||
backgroundColor: Colors.white30,
|
||||
backgroundColor: Colors.black38,
|
||||
foregroundColor: Colors.amber,
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue