Auto-prettification

This commit is contained in:
mantikoros 2022-09-05 22:40:48 +00:00 committed by github-actions[bot]
parent 96cf1a5f7f
commit 374c25ffb3

View File

@ -141,7 +141,7 @@ export function BuyAmountInput(props: {
max="250"
value={amount ?? 0}
onChange={(e) => onAmountChange(parseInt(e.target.value))}
className="range range-lg range-primary mb-2 z-40 xl:hidden "
className="range range-lg range-primary z-40 mb-2 xl:hidden "
step="25"
/>
)}