mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Restore background color of NDV backdrop (#18327)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user