make slider black
This commit is contained in:
parent
374c25ffb3
commit
2d724bf2c8
|
@ -141,7 +141,7 @@ export function BuyAmountInput(props: {
|
||||||
max="250"
|
max="250"
|
||||||
value={amount ?? 0}
|
value={amount ?? 0}
|
||||||
onChange={(e) => onAmountChange(parseInt(e.target.value))}
|
onChange={(e) => onAmountChange(parseInt(e.target.value))}
|
||||||
className="range range-lg range-primary z-40 mb-2 xl:hidden "
|
className="range range-lg z-40 mb-2 xl:hidden "
|
||||||
step="25"
|
step="25"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user