Skip to content

Commit 0220af3

Browse files
author
Yeliazar
committed
updated Wizard form
1 parent 5cb171b commit 0220af3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/Forms/Wizard/Wizard.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
@on-loading="updateProgress(1, 1)"
2222
>
2323
<b-progress class="progress-xs" variant="info" :value="progress" :max="4" />
24-
<b-button slot="prev" variant="primary">
24+
<b-button slot="prev" variant="primary" class="text-white" >
2525
<i class="fa fa-caret-left" /> Previous
2626
</b-button>
27-
<b-button slot="next" variant="primary">
27+
<b-button slot="next" variant="primary" class="text-white">
2828
Next <i class="fa fa-caret-right" />
2929
</b-button>
30-
<b-button slot="finish" variant="success">
30+
<b-button slot="finish" variant="success" class="text-white">
3131
Finish <i class="fa fa-check" />
3232
</b-button>
3333
<tab-content title="1. Your Details">

0 commit comments

Comments
 (0)