From 69513cc76e3ac5180160a64ff9bf5c0d497bdc57 Mon Sep 17 00:00:00 2001 From: Godcoper Date: Tue, 25 Feb 2025 18:44:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E6=B0=94=E6=B3=A1=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8D=E6=A0=B7=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/assets/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/assets/styles/index.scss b/src/renderer/src/assets/styles/index.scss index 02b631db..b4576cde 100644 --- a/src/renderer/src/assets/styles/index.scss +++ b/src/renderer/src/assets/styles/index.scss @@ -63,7 +63,7 @@ --chat-background: #111111; --chat-background-user: #28b561; --chat-background-assistant: #2c2c2c; - --chat-text-user: var(--color-black); + --chat-text-user: var(--color-text); --list-item-border-radius: 16px; } @@ -246,7 +246,7 @@ body, color: var(--chat-text-user) !important; } .message-action-button:hover { - background-color: var(--color-white-soft); + background-color: var(--color-text-3); } } .group-message-wrapper {