From 7a50652eda06bc8110e763dcb60f5ff333f78c14 Mon Sep 17 00:00:00 2001 From: suvaissov Date: Tue, 20 Apr 2021 12:09:23 +0600 Subject: [PATCH] change button colors --- lib/views/payment/payment_view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/payment/payment_view.dart b/lib/views/payment/payment_view.dart index 91ed945..a6a6f15 100644 --- a/lib/views/payment/payment_view.dart +++ b/lib/views/payment/payment_view.dart @@ -137,7 +137,7 @@ class _PaymentViewState extends State { onPressed: () { pressPayment('card'); }, - mainColor: greenColor, + mainColor: primaryColor, )), horizontalSpaceSmall, Expanded( @@ -146,7 +146,7 @@ class _PaymentViewState extends State { onPressed: () { pressPayment('cash'); }, - mainColor: primaryColor, + mainColor: greenColor, )), ], ),