From ea5b2fce0784b96b63e901a546a5b140709433a8 Mon Sep 17 00:00:00 2001 From: "Aidar Shaikhutdin @makeweb.space" Date: Tue, 20 Jun 2023 14:12:10 +0300 Subject: [PATCH] fix: apple pay btn styles --- src/components/PaymentPage/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/PaymentPage/styles.css b/src/components/PaymentPage/styles.css index 47c152f..5eb33d9 100644 --- a/src/components/PaymentPage/styles.css +++ b/src/components/PaymentPage/styles.css @@ -101,13 +101,14 @@ } .pay-btn { - min-height: 60px; + height: 60px; max-width: 400px; min-width: 250px; width: 100%; + border-radius: 19px; } .pay-btn .gpay-button { - min-height: 60px; - border-radius: 20px; + height: 60px; + border-radius: 19px; } \ No newline at end of file