feat(post): add post count and highlight functionality to u/address

This commit is contained in:
Tom (plebeius.eth)
2024-06-28 22:09:11 +02:00
parent 140900d1bc
commit a6a41edd76
8 changed files with 139 additions and 30 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const Tooltip = ({ content, children }: TooltipProps) => {
],
});
const hover = useHover(context, { move: false, delay: { open: 250, close: 0 } });
const hover = useHover(context, { move: false, delay: { open: 500, close: 0 } });
const focus = useFocus(context);
const dismiss = useDismiss(context);
const role = useRole(context, { role: 'tooltip' });