mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
[FIX] Embed chat widget message color bug fix (#1843)
* fix assistant bg color data prop * publish modified embed changes
This commit is contained in:
parent
69d67401ff
commit
554f414cb8
@ -25,7 +25,7 @@ export const embedderSettings = {
|
||||
base: `allm-text-white allm-rounded-t-[18px] allm-rounded-bl-[18px] allm-rounded-br-[4px] allm-mx-[20px]`,
|
||||
},
|
||||
ASSISTANT_STYLES: {
|
||||
msgBg: scriptSettings?.userBgColor ?? "#FFFFFF",
|
||||
msgBg: scriptSettings?.assistantBgColor ?? "#FFFFFF",
|
||||
base: `allm-text-[#222628] allm-rounded-t-[18px] allm-rounded-br-[18px] allm-rounded-bl-[4px] allm-mr-[37px] allm-ml-[9px]`,
|
||||
},
|
||||
};
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user