From c65d4ad8aa67457e99c26ddfee0967cd923f4701 Mon Sep 17 00:00:00 2001 From: Saksham Sharma Date: Mon, 16 Dec 2024 14:33:00 +0530 Subject: [PATCH] fix: samsung pay button rendering fixed --- src/Payments/SamsungPayComponent.res | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Payments/SamsungPayComponent.res b/src/Payments/SamsungPayComponent.res index b31fee14..4aee673b 100644 --- a/src/Payments/SamsungPayComponent.res +++ b/src/Payments/SamsungPayComponent.res @@ -101,10 +101,11 @@ let make = (~sessionObj: option, ~walletOptions) => { }) None }, [isRenderSamsungPayButton]) - -
Int.toString}px`} - id="samsungpay-container" - className={`w-full flex flex-row justify-center rounded-md [&>*]:w-full [&>button]:!bg-contain`} - /> + +
Int.toString}px`} + id="samsungpay-container" + className={`w-full flex flex-row justify-center rounded-md [&>*]:w-full [&>button]:!bg-contain`} + /> + }