Revert Symmetry Big Size Input

This commit is contained in:
blessedcoolant 2023-02-21 07:42:20 +13:00
parent be1bcbc173
commit b949162e7e

View File

@ -32,7 +32,6 @@ export default function SymmetrySettings() {
max={steps}
step={1}
withInput
inputWidth="6.5rem"
withSliderMarks
withReset
handleReset={() => dispatch(setHorizontalSymmetryTimePercentage(0))}
@ -46,7 +45,6 @@ export default function SymmetrySettings() {
max={steps}
step={1}
withInput
inputWidth="6.5rem"
withSliderMarks
withReset
handleReset={() => dispatch(setVerticalSymmetryTimePercentage(0))}