diff --git a/canvas/src/components/DeleteCascadeConfirmDialog.tsx b/canvas/src/components/DeleteCascadeConfirmDialog.tsx index 949437c3..ba68bb83 100644 --- a/canvas/src/components/DeleteCascadeConfirmDialog.tsx +++ b/canvas/src/components/DeleteCascadeConfirmDialog.tsx @@ -127,13 +127,16 @@ export function DeleteCascadeConfirmDialog({
- {/* Checkbox guard */} + {/* Checkbox guard. Ring-offset color was zinc-900 — the dialog + actually sits on bg-surface-sunken, so the offset showed + the wrong color through the ring gap. Switched to the + real bg + a danger-tinted ring. */}