Skip to content

Commit

Permalink
changed send message button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank233444 committed Aug 25, 2024
1 parent a0a462c commit 93f5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Contact = () => {
></textarea>
<button
type="submit"
className="bg-[#09C493]-500 text-white px-4 py-2 rounded-md hover:bg-[#09C493]-600"
className="bg-[#02C57A] text-white px-4 py-2 rounded-md hover:bg-[#02C25F]"
>
Send Message
</button>
Expand Down

0 comments on commit 93f5c46

Please sign in to comment.