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,