feat(design): cyan accent, dialog overflow fixes, unified delete buttons, nav polish

This commit is contained in:
opencode
2026-08-06 23:03:14 +02:00
parent e65daea8dd
commit 54364d7a88
49 changed files with 4776 additions and 31 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ export default function Trash() {
<>
<Button
size="sm"
variant="destructive"
variant="outline"
className="text-destructive hover:bg-destructive hover:text-destructive-foreground"
disabled={selectedIds.length === 0 || deletePermanent.isPending}
onClick={() => setConfirmDelete(true)}
>