From cbca9004ffa8a15fbffa0f75556bb44eb0f4172f Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Sat, 7 May 2022 16:09:51 -0700 Subject: [PATCH] fix: styling error --- src/Checkout/Payment/Payment.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Checkout/Payment/Payment.css b/src/Checkout/Payment/Payment.css index 004e761..0e3ae93 100644 --- a/src/Checkout/Payment/Payment.css +++ b/src/Checkout/Payment/Payment.css @@ -39,7 +39,7 @@ padding-bottom: 20px; } -.payment__details > form > div > button { +.payment__details > form > article > button { background: #f0c14b; border-radius: 2px; width: 100%;