mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Improve the contrast in the Chat Window in dark mode (no-changelog) (#9937)
This commit is contained in:
committed by
GitHub
parent
85aa560a5d
commit
31163e1da5
@@ -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);
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
// LangChain
|
||||
--color-lm-chat-messages-background: var(--color-background-base);
|
||||
--color-lm-chat-bot-background: var(--prim-gray-0);
|
||||
--color-lm-chat-bot-color: var(--color-text-dark);
|
||||
--color-lm-chat-user-background: var(--prim-color-alt-a);
|
||||
--color-lm-chat-user-color: var(--color-text-xlight);
|
||||
|
||||
|
||||
@@ -631,7 +631,6 @@ export default defineComponent({
|
||||
|
||||
&.bot {
|
||||
background-color: var(--color-lm-chat-bot-background);
|
||||
color: var(--color-lm-chat-bot-color);
|
||||
float: left;
|
||||
border-bottom-left-radius: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user