bet slider: decrease step size
This commit is contained in:
parent
a038ef91eb
commit
c59de1be2e
|
@ -138,11 +138,11 @@ export function BuyAmountInput(props: {
|
||||||
<input
|
<input
|
||||||
type="range"
|
type="range"
|
||||||
min="0"
|
min="0"
|
||||||
max="250"
|
max="200"
|
||||||
value={amount ?? 0}
|
value={amount ?? 0}
|
||||||
onChange={(e) => onAmountChange(parseInt(e.target.value))}
|
onChange={(e) => onAmountChange(parseInt(e.target.value))}
|
||||||
className="range range-lg z-40 mb-2 xl:hidden"
|
className="range range-lg z-40 mb-2 xl:hidden"
|
||||||
step="25"
|
step="5"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user