From 4c19baea3dd232df67353e8637470c205c37bd92 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Tue, 11 Feb 2025 10:40:47 +0100 Subject: [PATCH] fix(editor): Adjust project plus button color in dark mode (#13175) --- .../editor-ui/src/components/Projects/ProjectNavigation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/Projects/ProjectNavigation.vue b/packages/editor-ui/src/components/Projects/ProjectNavigation.vue index 57a4cac2a0..8bb31bdd76 100644 --- a/packages/editor-ui/src/components/Projects/ProjectNavigation.vue +++ b/packages/editor-ui/src/components/Projects/ProjectNavigation.vue @@ -182,7 +182,7 @@ const showAddFirstProject = computed( .plusBtn { margin: 0; padding: 0; - color: var(--color-text-lighter); + color: var(--color-text-light); display: none; }