Skip to content
Snippets Groups Projects
Unverified Commit 554f414c authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

[FIX] Embed chat widget message color bug fix (#1843)

* fix assistant bg color data prop

* publish modified embed changes
parent 69d67401
No related branches found
No related tags found
No related merge requests found
......@@ -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]`,
},
};
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment