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(
|
child: Container(
|
||||||
padding: const EdgeInsets.only(top: 3, left: 3),
|
padding: const EdgeInsets.only(top: 3, left: 3),
|
||||||
child: MaterialButton(
|
child: MaterialButton(
|
||||||
|
padding: const EdgeInsets.all(15.0),
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height: 35,
|
height: 35,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
@ -274,7 +275,7 @@ class _CheckoutFormState extends State<CheckoutForm> {
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
fontSize: 15,
|
fontSize: 20,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue