Skip to content

Commit

Permalink
fix: revert tailwind class back
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Oct 23, 2024
1 parent 649ab37 commit d812211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d812211

Please sign in to comment.