From 559bb509ecd516db53f2f8ef776ea89344600947 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 7 Aug 2024 11:38:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=96=87=E6=A1=88=E6=B2=A1=E6=9C=89=E8=B7=9F=E9=9A=8F=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/Copilot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/layout/components/Copilot.vue b/core/core-frontend/src/layout/components/Copilot.vue index 14bba2251d..6070bf79c9 100644 --- a/core/core-frontend/src/layout/components/Copilot.vue +++ b/core/core-frontend/src/layout/components/Copilot.vue @@ -73,7 +73,7 @@ onMounted(() => { border: 0px !important; border-color: #ffffff !important; font-weight: 500; - color: rgba(51, 112, 255, 1) !important; + color: var(--ed-color-primary, rgba(51, 112, 255, 1)) !important; } } }