Commit 3cb6607a authored by Winnie Hellmann's avatar Winnie Hellmann

Use secondary text color for delayed job timer

parent fc0e99df
......@@ -102,7 +102,10 @@ export default {
<span class="flex-fill">
{{ action.name }}
</span>
<span v-if="action.scheduledAt">
<span
v-if="action.scheduledAt"
class="text-secondary"
>
<icon name="clock" />
{{ remainingTime(action) }}
</span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment