Skip to content

Commit

Permalink
update contact form color
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetozdursun committed Dec 20, 2024
1 parent 3532c53 commit c26ae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StyledComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c26ae1e

Please sign in to comment.