Monorepo for Tangled tangled.org

appview/pages: fix chip label color inheritance #992

closed opened by moshyfawn.dev targeting master from moshyfawn.dev/core: fix/chip-inherit-styles
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:sshwio5obbx4zjfrn3fhsen6/sh.tangled.repo.pull/3mcrzinqmhx22
+1 -1
Diff #0
+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
sign up or login to add to the discussion
moshyfawn.dev submitted #0
1 commit
expand
appview/pages: fix chip label color inheritance
expand 0 comments
closed without merging