mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
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
This commit is contained in:
@@ -108,6 +108,7 @@ export function WindowToolbar({
|
||||
<Button
|
||||
variant="link"
|
||||
size="icon"
|
||||
className="text-muted-foreground"
|
||||
onClick={handleEdit}
|
||||
title="Edit command"
|
||||
aria-label="Edit command"
|
||||
@@ -120,6 +121,7 @@ export function WindowToolbar({
|
||||
<Button
|
||||
variant="link"
|
||||
size="icon"
|
||||
className="text-muted-foreground"
|
||||
onClick={handleCopyNip}
|
||||
title="Copy NIP markdown"
|
||||
aria-label="Copy NIP markdown"
|
||||
@@ -136,6 +138,7 @@ export function WindowToolbar({
|
||||
<Button
|
||||
variant="link"
|
||||
size="icon"
|
||||
className="text-muted-foreground"
|
||||
title="More actions"
|
||||
aria-label="More actions"
|
||||
>
|
||||
@@ -169,6 +172,7 @@ export function WindowToolbar({
|
||||
<Button
|
||||
variant="link"
|
||||
size="icon"
|
||||
className="text-muted-foreground"
|
||||
onClick={onClose}
|
||||
title="Close window"
|
||||
aria-label="Close window"
|
||||
|
||||
Reference in New Issue
Block a user