fix(editor): Restore background color of NDV backdrop (#18327)

This commit is contained in:
Elias Meire
2025-08-14 13:48:21 +02:00
committed by GitHub
parent 087509371b
commit 5917dc88cb
3 changed files with 1 additions and 3 deletions

View File

@@ -851,7 +851,7 @@ onBeforeUnmount(() => {
left: 0;
right: 0;
bottom: 0;
background-color: var(--color-ndv-overlay-background);
background-color: var(--color-dialog-overlay-background-dark);
}
.dialog {