Skip to content

Commit

Permalink
styling stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Apr 1, 2024
1 parent 0ab00c5 commit 97c168c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/feedback/FeedbackForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,21 @@ const FeedbackForm = ({ authToken, event, attended, onSubmit }: FeedbackFormProp
<Typography variant="h2/bold" component="h2">
Feedback
</Typography>
<p>
<Typography variant="h5/regular">
Feel free to give event suggestions, friendly words, constructive criticism, or just say
what’s on your mind!
</p>
</Typography>
<textarea
aria-label="Feedback description"
placeholder="The Hack School event had informational slides that taught more niche topics than usual, so I learned a lot."
value={response}
onChange={e => setResponse(e.currentTarget.value)}
className={styles.field}
/>
<p>The following questions are optional. You can elaborate on your responses above.</p>
<Typography variant="h5/regular">
Feel free to give event suggestions, friendly words, constructive criticism, or just say
what’s on your mind!
</Typography>
<FeedbackChoice
question="How did you hear about this event?"
choices={[
Expand Down

0 comments on commit 97c168c

Please sign in to comment.