Skip to content

Commit

Permalink
Merge pull request #51 from ayushichoudhary-19/main
Browse files Browse the repository at this point in the history
Fixed inconsistency in appearance of input field.
  • Loading branch information
warmachine028 authored Sep 11, 2023
2 parents 0ba5979 + 6ccdcce commit 0393ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Subscribe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Subscribe = () => {
<span className="text-coral-red">Updates</span> & NewsLetters
</h3>
<div className="lg:max-w-[40%] w-full flex items-center max-sm:flex-col gap-5 p-2.5 sm:border sm:border-slate-gray rounded-full bg-none">
<input type="text" placeholder="[email protected]" className="input bg-none bg-[#1c1c1c]"/>
<input type="text" placeholder="[email protected]" className="input bg-none bg-inherit focus:outline-none focus:border-coral-red"/>
<div className="flex max-sm:justify-end items-center max-sm:w-full">
<Button fullWidth>Sign Up</Button>
</div>
Expand Down

0 comments on commit 0393ffc

Please sign in to comment.