We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb171b commit 0220af3Copy full SHA for 0220af3
src/pages/Forms/Wizard/Wizard.vue
@@ -21,13 +21,13 @@
21
@on-loading="updateProgress(1, 1)"
22
>
23
<b-progress class="progress-xs" variant="info" :value="progress" :max="4" />
24
- <b-button slot="prev" variant="primary">
+ <b-button slot="prev" variant="primary" class="text-white" >
25
<i class="fa fa-caret-left" /> Previous
26
</b-button>
27
- <b-button slot="next" variant="primary">
+ <b-button slot="next" variant="primary" class="text-white">
28
Next <i class="fa fa-caret-right" />
29
30
- <b-button slot="finish" variant="success">
+ <b-button slot="finish" variant="success" class="text-white">
31
Finish <i class="fa fa-check" />
32
33
<tab-content title="1. Your Details">
0 commit comments