From aef67ed7ece1e6540201c689c1a24e702cf4d991 Mon Sep 17 00:00:00 2001 From: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:36:51 +0800 Subject: [PATCH] fix: add background color for chat bubble in light and dark themes (#22472) --- web/app/components/base/chat/chat/question.tsx | 6 +++--- web/tailwind-common-config.ts | 3 +++ web/themes/manual-dark.css | 1 + web/themes/manual-light.css | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/web/app/components/base/chat/chat/question.tsx b/web/app/components/base/chat/chat/question.tsx index cae8e2b8c..666a869a3 100644 --- a/web/app/components/base/chat/chat/question.tsx +++ b/web/app/components/base/chat/chat/question.tsx @@ -130,7 +130,7 @@ const Question: FC = ({ /> ) } - { !isEditing + {!isEditing ? :