Make input smaller (80px)
This commit is contained in:
parent
1489ceedbf
commit
f02607068e
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user