Resize checkout button

This commit is contained in:
Moe Poi ~ 2022-05-23 09:03:36 +07:00
parent de7db3a090
commit 1cccd33428

View file

@ -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,
),
),
),