Skip to content

Commit f2b203c

Browse files
committed
fix: resolve <HelpTooltip />
1 parent 7f354e1 commit f2b203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/HelpTooltip/HelpTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const HelpTooltipIconTrigger = forwardRef<
9191
`,
9292
hoverEffect ? hoverEffectStyles : null,
9393
]}
94-
className="flex items-center justify-center py-1 px-0 border-none bg-transparent cursor-pointer text-inherit"
94+
className="flex items-center justify-center py-1 px-0 border-none bg-transparent cursor-pointer text-inherit opacity-100 hover:opacity-100"
9595
>
9696
{children}
9797
</button>

0 commit comments

Comments
 (0)