mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Adjust project plus button color in dark mode (#13175)
This commit is contained in:
parent
da5e4be0fd
commit
4c19baea3d
|
@ -182,7 +182,7 @@ const showAddFirstProject = computed(
|
||||||
.plusBtn {
|
.plusBtn {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: var(--color-text-lighter);
|
color: var(--color-text-light);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue