mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +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)
|
const [activeStep, setActiveStep] = useState<number>(0)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ width: '100%', justifyContent: 'left' }}>
|
<div>
|
||||||
<Stepper
|
<Stepper
|
||||||
activeStep={activeStep}
|
activeStep={activeStep}
|
||||||
nonLinear={true}
|
nonLinear={true}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user