Skip to content

Commit 59113a6

Browse files
committed
CSS
1 parent 8d9d092 commit 59113a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ export default defineComponent({
505505
</a>
506506
</li>
507507
<li class="job-artifacts-item" v-else>
508-
<span style="color: var(--color-grey-light)">
509-
<SvgIcon name="octicon-file" class="ui text light-gray job-artifacts-icon"/>{{ artifact.name }}
508+
<span class="ui text light grey">
509+
<SvgIcon name="octicon-file" class="ui text light grey job-artifacts-icon"/>{{ artifact.name }}
510510
</span>
511511
</li>
512512
</template>

0 commit comments

Comments
 (0)