From 9da3d78e74d6c8f363799dc2157540ea005ea102 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 20 May 2022 00:08:08 +0200 Subject: Replace blue button and label classes with primary (#19763) * make blue really blue * replace blue button and label classes with primary * add --color-blue-dark * add light color variants, tweak a few colors * fix colors * add comment Co-authored-by: wxiaoguang --- templates/repo/issue/view_content/reactions.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/issue/view_content') diff --git a/templates/repo/issue/view_content/reactions.tmpl b/templates/repo/issue/view_content/reactions.tmpl index 4978edf3ff..4e0efca870 100644 --- a/templates/repo/issue/view_content/reactions.tmpl +++ b/templates/repo/issue/view_content/reactions.tmpl @@ -1,5 +1,5 @@ {{range $key, $value := .Reactions}} - + {{ReactionToEmoji $key}} {{len $value}} -- cgit v1.2.3