Skip to content

Commit

Permalink
sign-up form nits and copy changes (#3888)
Browse files Browse the repository at this point in the history
Part of #3886
  • Loading branch information
peterbe authored May 25, 2021
1 parent f05a043 commit db8d2c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions client/src/plus/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,11 @@
}
}

textarea,
input[type="email"] {
font-family: "Inter";
}

::placeholder {
font-family: "Inter";
color: #20113970;
Expand Down
7 changes: 4 additions & 3 deletions client/src/plus/landing-page-survey/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export function LandingPageSurvey({ variant }: { variant: number }) {
value={priceComment}
onChange={(e) => setPriceComment(e.target.value)}
placeholder="Let us know what you think"
rows={2}
rows={3}
cols={80}
></textarea>
<button type="submit">Submit</button>
Expand Down Expand Up @@ -329,7 +329,7 @@ export function LandingPageSurvey({ variant }: { variant: number }) {
value={featuresComment}
onChange={(e) => setFeaturesComment(e.target.value)}
placeholder="Let us know what you think"
rows={2}
rows={3}
cols={80}
></textarea>
</div>
Expand Down Expand Up @@ -360,7 +360,8 @@ export function LandingPageSurvey({ variant }: { variant: number }) {
>
Privacy Policy
</a>
.
. Your information will only be used to notify you about
platform availability.
</small>
</p>
</div>
Expand Down

0 comments on commit db8d2c9

Please sign in to comment.