From d8122116af4b181985dc6fe395e9996642c0fe76 Mon Sep 17 00:00:00 2001 From: r41ph Date: Wed, 23 Oct 2024 10:22:37 +0100 Subject: [PATCH] fix: revert tailwind class back --- .../src/components/molecules/CreditsAmount/CurrencyInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-marketplace/src/components/molecules/CreditsAmount/CurrencyInput.tsx b/web-marketplace/src/components/molecules/CreditsAmount/CurrencyInput.tsx index cb7ca4be03..ef5bb8f5d8 100644 --- a/web-marketplace/src/components/molecules/CreditsAmount/CurrencyInput.tsx +++ b/web-marketplace/src/components/molecules/CreditsAmount/CurrencyInput.tsx @@ -87,7 +87,7 @@ export const CurrencyInput = ({ type="number" className={`border border-solid border-grey-300 focus-within:border-grey-500 focus-within:border-2 ${ paymentOption === PAYMENT_OPTIONS.CARD ? 'pl-5' : '' - } w-full sm:w-auto flex justify-start relative xs:h-60 rounded-sm items-center`} + } w-full sm:w-auto flex justify-start relative sm:h-60 rounded-sm items-center`} customInputProps={{ max: maxCurrencyAmount, min: 0,