mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(editor): Color palette updates, introduce dark mode (#6980)
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Mutasem <mutdmour@gmail.com>
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
background: var.$button-default-background-color;
|
||||
background: var.$radio-input-background-color;
|
||||
border: var(--border-base);
|
||||
font-weight: var(--font-weight-bold);
|
||||
border-left: 0;
|
||||
color: var.$button-default-font-color;
|
||||
color: var.$radio-font-color;
|
||||
-webkit-appearance: none;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user