Skip to content

Commit 72cced1

Browse files
authored
Fix purple color in suggested label colors (go-gitea#18241)
This looks like a typo that was introduced when these colors were added, causing what is supposed to be purple show up as green.
1 parent 09d2029 commit 72cced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/label_precolors.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a class="color" style="background-color:#006b75" data-color-hex="#006b75"></a>
66
<a class="color" style="background-color:#207de5" data-color-hex="#207de5"></a>
77
<a class="color" style="background-color:#0052cc" data-color-hex="#0052cc"></a>
8-
<a class="color" style="background-color:#53e917" data-color-hex="#53e917"></a>
8+
<a class="color" style="background-color:#5319e7" data-color-hex="#5319e7"></a>
99
<a class="color" style="background-color:#f6c6c7" data-color-hex="#f6c6c7"></a>
1010
<a class="color" style="background-color:#fad8c7" data-color-hex="#fad8c7"></a>
1111
<a class="color" style="background-color:#fef2c0" data-color-hex="#fef2c0"></a>

0 commit comments

Comments
 (0)