Make input smaller (80px)

This commit is contained in:
Sinclair Chen 2022-08-19 10:07:27 -07:00
parent 1489ceedbf
commit f02607068e

View File

@ -90,7 +90,7 @@ export function BetInline(props: {
<BuyAmountInput
className="-mb-4"
inputClassName={clsx(
'input-sm w-[100px] !text-base',
'input-sm w-20 !text-base',
error && 'input-error'
)}
amount={amount}