Skip to content

Commit

Permalink
Fix timeout settings contrast (woodpecker-ci#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass authored and fernandrone committed Feb 1, 2024
1 parent 5957416 commit 25ac22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/repo/settings/GeneralTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
>
<div class="flex items-center">
<NumberField :id="id" v-model="repoSettings.timeout" class="w-24" />
<span class="ml-4 text-gray-600">{{ $t('repo.settings.general.timeout.minutes') }}</span>
<span class="ml-4 text-wp-text-alt-100">{{ $t('repo.settings.general.timeout.minutes') }}</span>
</div>
</InputField>

Expand Down

0 comments on commit 25ac22c

Please sign in to comment.