fix: correct mentor user bubble in dark mode

This commit is contained in:
leefer
2026-08-03 22:34:13 +08:00
parent e1e76cd51e
commit 6a058c2929
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -2661,7 +2661,7 @@ body[data-active-view="mentorView"] .overview-strip {
background: var(--surface-subtle);
}
:root[data-theme="dark"] :is(.mentor-option, .mentor-message-content, .assistant-message-content) {
:root[data-theme="dark"] :is(.mentor-option, .assistant-message-content) {
border-color: var(--border);
background: var(--surface-subtle);