fix: correct mentor user bubble in dark mode
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user