From a5595bd8401c7db2247da4bde6c6a274cb50b0e4 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 22 Sep 2025 14:25:48 +0800 Subject: [PATCH] fix: Modify the font color of the thinking process on the Q&A page. --- ui/src/components/markdown/ReasoningRander.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/markdown/ReasoningRander.vue b/ui/src/components/markdown/ReasoningRander.vue index b42ae7fed..128fa51db 100644 --- a/ui/src/components/markdown/ReasoningRander.vue +++ b/ui/src/components/markdown/ReasoningRander.vue @@ -29,7 +29,7 @@ const showThink = ref(true) } .reasoning-md { padding-left: 8px; - --md-color: var(--app-text-color-secondary) !important; + --md-color: var(--app-input-color-placeholder) !important; } }