forked from tangled.org/core
this repo has no description

appview: profile: fix closed-pulls pill style

Changed files
+1 -1
appview
pages
templates
+1 -1
appview/pages/templates/user/profile.html
···
{{ if gt $stats.Closed 0 }}
-
<span class="px-2 py-1/2 text-sm rounded text-black dark:text-white bg-gray-50 dark:bg-gray-700 ">
{{$stats.Closed}} closed
</span>
{{ end }}
···
{{ if gt $stats.Closed 0 }}
+
<span class="px-2 py-1/2 text-sm rounded text-white bg-gray-800 dark:bg-gray-700">
{{$stats.Closed}} closed
</span>
{{ end }}