change button colors

fix_ssl_master
suvaissov 2021-04-20 12:09:23 +06:00
parent 09062fb8a3
commit 7a50652eda
1 changed files with 2 additions and 2 deletions

View File

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