mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-21 04:37:50 +08:00
fix(editor): Use text-color to stop color-scheme override on N8nButton (no-changelog) (#29520)
This commit is contained in:
@@ -149,7 +149,7 @@ const handleClick = (event: MouseEvent) => {
|
||||
--button--color--background: transparent;
|
||||
--button--color--background-hover: var(--background--hover);
|
||||
--button--color--background-active: var(--background--active);
|
||||
--button--color: light-dark(var(--color--neutral-900), var(--color--neutral-100));
|
||||
--button--color: var(--text-color);
|
||||
--button--shadow: 0 0 0 0 transparent;
|
||||
--button--shadow--hover: 0 0 0 0 transparent;
|
||||
--button--shadow--active: 0 0 0 0 transparent;
|
||||
|
||||
Reference in New Issue
Block a user