From ae50765ab239b7e723f29ae572f8ab37eab414b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 22:59:15 +0000 Subject: [PATCH] style: add muted color to window toolbar icon buttons - Add className="text-muted-foreground" to all Button components in WindowToolbar - Improves visual contrast for toolbar buttons - Applies to Edit, Copy NIP, More actions, and Close window buttons --- src/components/WindowToolbar.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/WindowToolbar.tsx b/src/components/WindowToolbar.tsx index ceea6ca..a20d832 100644 --- a/src/components/WindowToolbar.tsx +++ b/src/components/WindowToolbar.tsx @@ -108,6 +108,7 @@ export function WindowToolbar({