fix: pending tooltip click triggers field (#1800)

Makes it so clicking on the pending field tooltip will trigger the
underlying field it refers to on click if the field can be found within
the DOM.
This commit is contained in:
Lucas Smith
2025-05-19 10:27:13 +10:00
committed by GitHub
parent bd64ad9fef
commit 9d1e638f0f
2 changed files with 14 additions and 2 deletions

View File

@ -166,7 +166,7 @@ export const DocumentSigningFieldContainer = ({
</TooltipTrigger>
<TooltipContent
className="border-0 bg-orange-300 fill-orange-300 font-bold text-orange-900"
className="border-0 bg-orange-300 fill-orange-300 text-orange-900"
sideOffset={2}
>
{tooltipText && <p>{tooltipText}</p>}