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