diff --git a/lib/components/checkout_form.dart b/lib/components/checkout_form.dart index 1d85537..3ce5b37 100644 --- a/lib/components/checkout_form.dart +++ b/lib/components/checkout_form.dart @@ -249,6 +249,7 @@ class _CheckoutFormState extends State { 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 { style: TextStyle( color: Colors.white, fontWeight: FontWeight.w600, - fontSize: 15, + fontSize: 20, ), ), ),