Skip to content

Commit

Permalink
Update shadow on submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs committed Mar 27, 2024
1 parent 6b85ab7 commit c1a9eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sections/Contact.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ const ContactSection: React.FC = () => {
/>
<button
type="submit"
className="absolute inset-y-0 right-0 flex w-12 items-center justify-center rounded-r-lg px-4 focus:bg-transparent focus:outline-none"
className="absolute inset-y-0 right-0 flex items-center justify-center px-4 w-12 rounded-r-lg focus:bg-transparent focus:outline-none shadow-none"
>

<img src={ArrowRightIcon} alt="Submit" />
</button>
</div>
Expand Down

0 comments on commit c1a9eef

Please sign in to comment.