Bob AI: change button color to green
This commit is contained in:
@@ -111,12 +111,12 @@ const ContactSplitForm = ({
|
||||
|
||||
const getButtonConfigProps = () => {
|
||||
if (theme.defaultButtonVariant === "hover-bubble") {
|
||||
return { bgClassName: "w-full" };
|
||||
return { bgClassName: "w-full bg-green-500" };
|
||||
}
|
||||
if (theme.defaultButtonVariant === "icon-arrow") {
|
||||
return { className: "justify-between" };
|
||||
}
|
||||
return {};
|
||||
return { bgClassName: "bg-green-500" };
|
||||
};
|
||||
|
||||
const formContent = (
|
||||
|
||||
Reference in New Issue
Block a user