fix(editor): Adjust project plus button color in dark mode (#13175)

This commit is contained in:
Csaba Tuncsik 2025-02-11 10:40:47 +01:00 committed by GitHub
parent da5e4be0fd
commit 4c19baea3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,7 +182,7 @@ const showAddFirstProject = computed(
.plusBtn {
margin: 0;
padding: 0;
color: var(--color-text-lighter);
color: var(--color-text-light);
display: none;
}