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