From 97dc591ef39e7ad9473b21201968f688a9e5ff19 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 10 Jul 2026 16:49:56 +0800 Subject: [PATCH 1/2] fix(Assistant App): Header text color not working --- frontend/src/views/chat/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 618f6511..777313b7 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -6,7 +6,7 @@ size="20" @click="showFloatPopover" > - + Date: Fri, 10 Jul 2026 17:33:00 +0800 Subject: [PATCH 2/2] fix(Assistant App): Header text color not working --- frontend/src/views/chat/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 777313b7..c703307d 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -1508,6 +1508,8 @@ onMounted(() => { top: 18px; left: 16px; z-index: 199; + color: var(--ed-text-color-primary); + &::after { content: ''; background-color: #1f23291a;