change button colors
parent
09062fb8a3
commit
7a50652eda
|
|
@ -137,7 +137,7 @@ class _PaymentViewState extends State<PaymentView> {
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
pressPayment('card');
|
pressPayment('card');
|
||||||
},
|
},
|
||||||
mainColor: greenColor,
|
mainColor: primaryColor,
|
||||||
)),
|
)),
|
||||||
horizontalSpaceSmall,
|
horizontalSpaceSmall,
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|
@ -146,7 +146,7 @@ class _PaymentViewState extends State<PaymentView> {
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
pressPayment('cash');
|
pressPayment('cash');
|
||||||
},
|
},
|
||||||
mainColor: primaryColor,
|
mainColor: greenColor,
|
||||||
)),
|
)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue