mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
Update Stepper.tsx
This commit is contained in:
parent
61a73cf4e0
commit
680b193d0f
@ -6,7 +6,7 @@ const FormStepper: React.FC = () => {
|
||||
const [activeStep, setActiveStep] = useState<number>(0)
|
||||
|
||||
return (
|
||||
<div style={{ width: '100%', justifyContent: 'left' }}>
|
||||
<div>
|
||||
<Stepper
|
||||
activeStep={activeStep}
|
||||
nonLinear={true}
|
||||
|
Loading…
x
Reference in New Issue
Block a user