Skip to content

Commit e15f655

Browse files
authored
fix(web): show background policy tooltips sooner (#6506)
1 parent 59be6f7 commit e15f655

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/components/settings/settingsLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export function PolicyTooltip({ children }: { readonly children: string }) {
8888
return (
8989
<Tooltip>
9090
<TooltipTrigger
91+
delay={200}
9192
render={
9293
<button
9394
type="button"

0 commit comments

Comments
 (0)