fix(editor): Improve the contrast in the Chat Window in dark mode (no-changelog) (#9937)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-04 12:59:43 +02:00
committed by GitHub
parent 85aa560a5d
commit 31163e1da5
3 changed files with 1 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
// LangChain
--color-lm-chat-messages-background: var(--prim-gray-820);
--color-lm-chat-bot-background: var(--prim-gray-540);
--color-lm-chat-bot-background: var(--prim-gray-740);
--color-lm-chat-bot-border: var(--prim-gray-490);
--color-lm-chat-user-background: var(--prim-color-alt-a-shade-100);
--color-lm-chat-user-border: var(--prim-color-alt-a);