Skip to content

Commit 0641965

Browse files
davidsvantessonlunnysapk
committed
Change won't sign information text to black. (#9843)
* Change won't sign information text to black. * icon and text same color Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Antoine GIRARD <[email protected]>
1 parent aac8250 commit 0641965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/repo/issue/view_content/pull.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
{{$.i18n.Tr "repo.pulls.require_signed_wont_sign"}}
130130
</div>
131131
<div class="item text yellow">
132-
<i class="icon unlock grey"></i>
132+
<i class="icon unlock"></i>
133133
{{$.i18n.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason) }}
134134
</div>
135135
{{end}}
@@ -152,8 +152,8 @@
152152
{{$.i18n.Tr "repo.signing.will_sign" .SigningKey}}
153153
</div>
154154
{{else if .IsSigned}}
155-
<div class="item text yellow">
156-
<i class="icon unlock grey"></i>
155+
<div class="item text">
156+
<i class="icon unlock"></i>
157157
{{$.i18n.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason) }}
158158
</div>
159159
{{end}}

0 commit comments

Comments
 (0)