Make input smaller (80px)
This commit is contained in:
parent
1489ceedbf
commit
f02607068e
|
@ -90,7 +90,7 @@ export function BetInline(props: {
|
||||||
<BuyAmountInput
|
<BuyAmountInput
|
||||||
className="-mb-4"
|
className="-mb-4"
|
||||||
inputClassName={clsx(
|
inputClassName={clsx(
|
||||||
'input-sm w-[100px] !text-base',
|
'input-sm w-20 !text-base',
|
||||||
error && 'input-error'
|
error && 'input-error'
|
||||||
)}
|
)}
|
||||||
amount={amount}
|
amount={amount}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user