From 450ea15b250903df16f7bb8a324f72842cb5b59c Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 18 Jan 2026 11:44:58 +0000 Subject: [PATCH] feat: style NIP-05 display with muted text color Add text-muted-foreground class to NIP-05 address display under username in ProfileViewer for better visual hierarchy. The small font (text-xs) and muted color make it appropriately subtle as secondary information. --- src/components/ProfileViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProfileViewer.tsx b/src/components/ProfileViewer.tsx index 8ca1c36..acfac2b 100644 --- a/src/components/ProfileViewer.tsx +++ b/src/components/ProfileViewer.tsx @@ -398,7 +398,7 @@ export function ProfileViewer({ pubkey }: ProfileViewerProps) { /> {/* NIP-05 */} {profile.nip05 && ( -
+
)}