fix: update color of rerun button

This commit is contained in:
Jason Song 2022-11-10 18:16:40 +08:00
parent 5e7adf2004
commit 706aed2ba6

View File

@ -19,7 +19,7 @@
<SvgIcon name="octicon-x-circle-fill" class="red" v-else/>
{{ job.name }}
<button class="job-brief-rerun" @click="rerunJob(index)" v-if="job.status !== 'waiting' && job.status !== 'blocked' && job.status !== 'running'">
<SvgIcon name="octicon-sync"/>
<SvgIcon name="octicon-sync" class="ui text black"/>
</button>
</a>
</div>