mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Fix timeout settings contrast (#3112)
This commit is contained in:
parent
ef3dabc679
commit
7c4a61a17f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<NumberField :id="id" v-model="repoSettings.timeout" class="w-24" />
|
<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>
|
</div>
|
||||||
</InputField>
|
</InputField>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue