fix: tweak relay link text and icon size

This commit is contained in:
Alejandro Gómez
2026-03-19 16:12:38 +01:00
parent d709d5d5d8
commit ff4f5f322b

View File

@@ -13,7 +13,8 @@ export function Relay({ node }: RelayNodeProps) {
<RelayLink
url={node.url}
className="inline-flex underline decoration-dotted cursor-crosshair hover:text-foreground"
urlClassname="text-inherit"
urlClassname="text-[length:inherit]"
iconClassname="size-3.5"
/>
);
}