From fa70033438f29cb2371698e19ab95ef55d5f9470 Mon Sep 17 00:00:00 2001 From: HyaCinth <88471803+HyaCiovo@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:04:39 +0800 Subject: [PATCH] style(dark): Adjust chat bubble background color (langgenius#20990) (#21264) --- web/themes/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/dark.css b/web/themes/dark.css index fbfacf1f45..114bf6d69b 100644 --- a/web/themes/dark.css +++ b/web/themes/dark.css @@ -386,7 +386,7 @@ html[data-theme="dark"] { --color-background-gradient-bg-fill-chat-bg-2: #1d1d20; --color-background-gradient-bg-fill-chat-bubble-bg-1: #c8ceda14; --color-background-gradient-bg-fill-chat-bubble-bg-2: #c8ceda05; - --color-background-gradient-bg-fill-chat-bubble-bg-3: #a5bddb; + --color-background-gradient-bg-fill-chat-bubble-bg-3: #27314d; --color-background-gradient-bg-fill-debug-bg-1: #c8ceda14; --color-background-gradient-bg-fill-debug-bg-2: #18181b0a;