add open delay to scrobble status HoverCard

This commit is contained in:
jeffvli
2026-05-26 20:05:01 -07:00
parent 4955f30081
commit 329d028edd
@@ -61,7 +61,7 @@ export const ScrobbleStatus = ({ formattedTime }: { formattedTime: string }) =>
);
return (
<HoverCard position="top" width={280}>
<HoverCard openDelay={500} position="top" width={280}>
<HoverCard.Target>
<Group
align="center"