From f3fd8e941451b611b4f6086d2b8523e2cc2ecf35 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 30 Mar 2026 18:41:59 +0100 Subject: [PATCH] fix: AI Assistant placeholder text unreadable on background Added glass-card backdrop, increased text opacity for readability. Co-Authored-By: Claude Opus 4.6 (1M context) --- neode-ui/src/views/Chat.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neode-ui/src/views/Chat.vue b/neode-ui/src/views/Chat.vue index 49aa568c..a189f185 100644 --- a/neode-ui/src/views/Chat.vue +++ b/neode-ui/src/views/Chat.vue @@ -34,17 +34,17 @@
-
+

{{ t('chat.aiAssistant') }}

-

+

{{ t('chat.notConfigured') }}

-

+

{{ t('chat.deployCta') }}