style(client): soften the message nav hover tooltip

Rounder corners and the light border weight to match the rest of the
floating surfaces.
This commit is contained in:
Marco Beretta 2026-07-31 02:26:37 +02:00
parent fde665b25d
commit 77d801c6be
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -1361,7 +1361,7 @@ function MessageNav({ scrollableRef }: { scrollableRef: React.RefObject<HTMLDivE
transform: 'translateY(-50%)',
zIndex: 999,
}}
className="pointer-events-none max-w-[280px] rounded-md border border-border-medium bg-surface-secondary px-3 py-2 text-text-secondary shadow-lg"
className="pointer-events-none max-w-[280px] rounded-xl border border-border-light bg-surface-secondary px-3 py-2 text-text-secondary shadow-lg"
>
<p className="line-clamp-3 text-xs">{tipText}</p>
</div>,