mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Toggle not visible in credentials modal, page background, info icon and expression switch background (no-changelog) (#9004)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
This commit is contained in:
@@ -239,6 +239,7 @@
|
||||
--color-callout-secondary-icon: var(--color-secondary);
|
||||
|
||||
// Dialogs and overlays
|
||||
--color-dialog-background: var(--prim-gray-0);
|
||||
--color-dialog-overlay-background: var(--prim-gray-0-alpha-075);
|
||||
--color-dialog-overlay-background-dark: var(--prim-color-alt-j-alpha-075);
|
||||
--color-block-ui-overlay: var(--prim-gray-820);
|
||||
@@ -252,9 +253,11 @@
|
||||
|
||||
// Action Dropdown
|
||||
--color-action-dropdown-item-active-background: var(--color-background-base);
|
||||
|
||||
// Switch (Activation, boolean)
|
||||
--color-switch-background: var(--prim-gray-420);
|
||||
--color-switch-active-background: var(--prim-color-alt-i);
|
||||
--color-switch-border-color: transparent;
|
||||
--color-switch-toggle: var(--prim-gray-0);
|
||||
|
||||
// Feature Request
|
||||
|
||||
Reference in New Issue
Block a user