Skip to content

Commit

Permalink
Input Text issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Nov 29, 2023
1 parent 0fdfdd1 commit 1436a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/Contact/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const Contact = () => {
gap={4}
>
<Input
color={"text"}
name="name"
pl={4}
variant={"outline"}
Expand All @@ -109,6 +110,7 @@ const Contact = () => {
onChange={handleChange}
/>
<Input
color={"text"}
name="email"
pl={4}
fontWeight={"300"}
Expand All @@ -125,6 +127,7 @@ const Contact = () => {
onChange={handleChange}
/>
<Textarea
color={"text"}
name="message"
fontWeight={"300"}
fontSize={["10px", "12px", "14px", "14px", "16px"]}
Expand Down

0 comments on commit 1436a00

Please sign in to comment.