fix: text muted for skipped steps
This commit is contained in:
parent
59f05eb2b0
commit
92e3d12727
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ function markReset(step) {
|
|||
</div>
|
||||
<div v-else>
|
||||
<span
|
||||
class="text-base onb-step-text"
|
||||
class="text-base onb-step-text text-extra-muted"
|
||||
style="text-decoration-line: line-through"
|
||||
>
|
||||
{{ __(step.action_label) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue