From ab7fb7e80f1b41f4c2bfa117f7182b141754fca5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 12:01:10 +0200 Subject: [PATCH] Bob AI: change button color to green --- src/components/sections/contact/ContactSplitForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/contact/ContactSplitForm.tsx b/src/components/sections/contact/ContactSplitForm.tsx index 2e11177..57ff9cc 100644 --- a/src/components/sections/contact/ContactSplitForm.tsx +++ b/src/components/sections/contact/ContactSplitForm.tsx @@ -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 = (