Skip to content

Commit

Permalink
remove email input outline
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev committed Oct 6, 2024
1 parent 2ef5135 commit 8a76bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Email.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="email-input"
name="email"
type="email"
class="border-tampahacks-blue bg-tampahacks-gray border-4 px-1 py-2 text-lg text-white md:px-3 md:text-2xl"
class="border-tampahacks-blue bg-tampahacks-gray border-4 px-1 py-2 text-lg text-white outline-none md:px-3 md:text-2xl"
placeholder="[email protected]"
/>
<button
Expand Down

0 comments on commit 8a76bc5

Please sign in to comment.