Update search button
This commit is contained in:
parent
146124e334
commit
662afcdcb1
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class SearchForm extends StatelessWidget {
|
|||
padding: const EdgeInsets.symmetric(
|
||||
horizontal: defaultPadding, vertical: defaultPadding / 2),
|
||||
child: SizedBox(
|
||||
width: 48,
|
||||
width: 100,
|
||||
height: 48,
|
||||
child: ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
|
@ -46,7 +46,7 @@ class SearchForm extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
onPressed: () {},
|
||||
child: SvgPicture.asset("assets/icons/Filter.svg"),
|
||||
child: const Text('Search'),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue