From 785f751eae3ef533ac0134878808f8eb7226d69c Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 17 Aug 2023 01:59:25 +0200 Subject: [PATCH] Fix dashboard feed icon color --- templates/user/dashboard/feeds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 24768439f5a2e..cb8fa750751fe 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -120,7 +120,7 @@
{{TimeSince .GetCreate $.locale}}
- {{svg (printf "octicon-%s" (ActionIcon .GetOpType)) 32}} + {{svg (printf "octicon-%s" (ActionIcon .GetOpType)) 32 "text grey"}}
{{end}}