Skip to content

Commit e46f149

Browse files
MuluhGodsonbrylie
authored andcommitted
fix step number coloring
1 parent 58f3358 commit e46f149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StepHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@click="activate"
66
@keyup.13="activate"
77
>
8-
<h2 class="step-header__title b-header title is-5">
8+
<h2 :class="['step-header__title b-header title is-5', step.status]">
99
{{ $t(stepHeaderText) }}
1010
</h2>
1111
<div v-if="step.status === 'completed'" class="step-header__caption">

0 commit comments

Comments
 (0)