fix: 修复深色模式下气泡样式的用户名样式错误问题

This commit is contained in:
Godcoper 2025-02-25 18:44:20 +08:00 committed by 亢奋猫
parent 5a471125db
commit 69513cc76e

View File

@ -63,7 +63,7 @@
--chat-background: #111111; --chat-background: #111111;
--chat-background-user: #28b561; --chat-background-user: #28b561;
--chat-background-assistant: #2c2c2c; --chat-background-assistant: #2c2c2c;
--chat-text-user: var(--color-black); --chat-text-user: var(--color-text);
--list-item-border-radius: 16px; --list-item-border-radius: 16px;
} }
@ -246,7 +246,7 @@ body,
color: var(--chat-text-user) !important; color: var(--chat-text-user) !important;
} }
.message-action-button:hover { .message-action-button:hover {
background-color: var(--color-white-soft); background-color: var(--color-text-3);
} }
} }
.group-message-wrapper { .group-message-wrapper {