From d695c4c845b69239e05429e00a71379fe49a7306 Mon Sep 17 00:00:00 2001 From: Brandon Chen Date: Fri, 27 Feb 2026 16:11:28 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20YAML=20content=20invisible=20in=20dark=20?= =?UTF-8?q?mode=20for=20conversation=20debug=20result=E2=80=A6=20(#29874)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../voice-assistants/debug/assist-render-pipeline-run.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts b/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts index 9a6d798390..506b1d18cf 100644 --- a/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts +++ b/src/panels/config/voice-assistants/debug/assist-render-pipeline-run.ts @@ -670,10 +670,10 @@ export class AssistPipelineDebug extends LitElement { background-color: var(--light-primary-color); color: var(--text-light-primary-color, var(--primary-text-color)); direction: var(--direction); - --primary-text-color: var( - --text-light-primary-color, - var(--primary-text-color) - ); + } + + .tool_result [slot="header"] { + color: var(--text-light-primary-color, var(--primary-text-color)); } .message.user,