fix: update design language

This commit is contained in:
Austin Pickett
2026-04-28 10:57:30 -04:00
parent a9369fc193
commit e5601d1e85
9 changed files with 124 additions and 266 deletions

View File

@@ -110,9 +110,9 @@ export function ConfirmDialog({
<Button
data-confirm
type="button"
destructive={destructive}
onClick={onConfirm}
disabled={loading}
className={destructive ? "!bg-destructive !text-destructive-foreground" : undefined}
>
{loading ? "…" : confirmLabel}
</Button>