From 8ab714bf0c7dbef2d0ca6123ba8c90a21d4e2aca Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 22:51:43 +0000 Subject: [PATCH] refactor: use link variant and remove size class overrides - Change all Button components from variant="ghost" to variant="link" - Remove className="h-8 w-8" overrides to use default Button sizing - Maintains size="icon" for proper icon button behavior - Applies to WindowToolbar and CommunityNIPDetailRenderer --- src/components/WindowToolbar.tsx | 12 ++++-------- .../nostr/kinds/CommunityNIPDetailRenderer.tsx | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/components/WindowToolbar.tsx b/src/components/WindowToolbar.tsx index 3a75d9f..ceea6ca 100644 --- a/src/components/WindowToolbar.tsx +++ b/src/components/WindowToolbar.tsx @@ -106,9 +106,8 @@ export function WindowToolbar({ <> {/* Edit button */}