mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-25 22:30:51 +02:00
fix(editor): Adjust project plus button color in dark mode (#13175)
This commit is contained in:
@@ -182,7 +182,7 @@ const showAddFirstProject = computed(
|
||||
.plusBtn {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-text-light);
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user