mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 15:07:10 +02:00
fix: tweak relay link text and icon size
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user