Skip to content

Commit

Permalink
slight update to the example App
Browse files Browse the repository at this point in the history
  • Loading branch information
Srdjan committed Jul 16, 2023
1 parent 7ee5ec7 commit a26341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import StepFour from './stepFour'

const App = () => (
<div className='container'>
<MultiStep activeStep={0} prevButton={{style:{ background: 'red' }, title: 'prev step'}} >
<MultiStep activeStep={0} prevButton={{title: 'Back', style:{ background: 'red' }}} >
<StepOne title='Step 1'/>
<StepTwo title='Step 2'/>
<StepThree title='Step 3'/>
Expand Down

0 comments on commit a26341c

Please sign in to comment.