search_form - Fixed Search Button's Color
This commit is contained in:
parent
8c1f1a0a08
commit
5143c79664
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class SearchForm extends StatelessWidget {
|
||||||
height: 48,
|
height: 48,
|
||||||
child: ElevatedButton(
|
child: ElevatedButton(
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
primary: primaryColor,
|
primary: const Color(0xff8B0000),
|
||||||
shape: const RoundedRectangleBorder(
|
shape: const RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.all(Radius.circular(12)),
|
borderRadius: BorderRadius.all(Radius.circular(12)),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue