Resize checkout button
This commit is contained in:
parent
de7db3a090
commit
1cccd33428
1 changed files with 2 additions and 1 deletions
|
@ -249,6 +249,7 @@ class _CheckoutFormState extends State<CheckoutForm> {
|
|||
child: Container(
|
||||
padding: const EdgeInsets.only(top: 3, left: 3),
|
||||
child: MaterialButton(
|
||||
padding: const EdgeInsets.all(15.0),
|
||||
minWidth: double.infinity,
|
||||
height: 35,
|
||||
onPressed: () {
|
||||
|
@ -274,7 +275,7 @@ class _CheckoutFormState extends State<CheckoutForm> {
|
|||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 15,
|
||||
fontSize: 20,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue