feat: optimize setup wizard style.

This commit is contained in:
Ahmed Bouhuolia
2020-10-13 11:23:40 +02:00
parent a2eba0cef3
commit eee3109120
4 changed files with 133 additions and 71 deletions

View File

@@ -52,7 +52,7 @@ function SetupRightSection ({
basename={'/setup'}
history={history}
render={({ step, steps }) => (
<div>
<div class="setup-page__content">
<WizardSetupSteps currentStep={steps.indexOf(step) + 1} />
<TransitionGroup>