From 4524f90ebd7c2c0f22dfd6068c190f235e74b03c Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Wed, 27 Aug 2025 11:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(playground):=20set=20Chat=20?= =?UTF-8?q?error=20text=20color=20to=20white=20to=20match=20Semi=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update error-state rendering to use white text in the playground chat - Remove Typography.Text `type="danger"` and the red background for consistency with official behavior - Preserve layout and other message states (loading/success/system) unchanged - No linter issues introduced Files touched: - web/src/components/playground/MessageContent.jsx --- web/src/components/playground/MessageContent.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/playground/MessageContent.jsx b/web/src/components/playground/MessageContent.jsx index fdeb3813d..b10328dd7 100644 --- a/web/src/components/playground/MessageContent.jsx +++ b/web/src/components/playground/MessageContent.jsx @@ -71,8 +71,8 @@ const MessageContent = ({ } return ( -
- +
+ {errorText}