From c26ae1e5fe7274be2cb8d8fb7acc9a7e2fee660e Mon Sep 17 00:00:00 2001 From: mehmetozdursun <142603171+mehmetozdursun@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:05:09 +0300 Subject: [PATCH] update contact form color --- components/StyledComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/StyledComponents.tsx b/components/StyledComponents.tsx index 8923873..6bdbcc1 100644 --- a/components/StyledComponents.tsx +++ b/components/StyledComponents.tsx @@ -386,7 +386,7 @@ const ContactFormStyle = styled.form` flex-direction: column; gap: 1rem; padding: 1rem; - background-color: #f3fafd; + background-color: #f2d273; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); max-width: 600px;