Fixes https://tangled.org/tangled.org/core/pulls/939#comment-1357
+1
-1
appview/pages/templates/labels/fragments/label.html
+1
-1
appview/pages/templates/labels/fragments/label.html
···
24
24
{{ $rhs = printf "%s" $v }}
25
25
{{ end }}
26
26
27
-
{{ $chipClasses := "w-fit flex items-center gap-2 font-normal normal-case rounded py-1 px-2 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800 text-sm" }}
27
+
{{ $chipClasses := "w-fit flex items-center gap-2 font-normal normal-case rounded py-1 px-2 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800 text-sm text-inherit" }}
28
28
29
29
{{ if $isDid }}
30
30
<a href="/{{ $resolvedVal }}" class="{{ $chipClasses }} no-underline hover:underline">
History
1 round
0 comments
moshyfawn.dev
submitted
#0
1 commit
expand
collapse
appview/pages: fix chip label color inheritance
Signed-off-by: moshyfawn <email@moshyfawn.dev>
expand 0 comments
closed without merging