Skip to content

Commit 7a37dec

Browse files
committed
Input field customizations
1 parent f0faaa7 commit 7a37dec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/contactForm.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ const ContactForm = ({ referrer }) => {
1515
<InputText
1616
size="25"
1717
rows="5"
18-
style={{ width: "100%" }}
18+
width={1}
1919
required
2020
as="textarea"
2121
name="msg"
22-
placeholder="Tell us about your idea"
22+
placeholder="&#128172; Tell us about your idea"
2323
/>
2424
</Box>
2525
<Box width={[1, 1 / 2]} mt={1}>
2626
<InputText
27-
style={{ width: "100%" }}
27+
width={1}
2828
name="email"
2929
type="email"
3030
required
31-
placeholder="Email address"
31+
placeholder="@ Email address"
3232
/>
3333
</Box>
3434
<Box width={[1, 1 / 3]} mt={1}>

0 commit comments

Comments
 (0)