diff --git a/client/src/plus/index.scss b/client/src/plus/index.scss index e8382e1a855d..b982f5fa135c 100644 --- a/client/src/plus/index.scss +++ b/client/src/plus/index.scss @@ -790,6 +790,11 @@ } } + textarea, + input[type="email"] { + font-family: "Inter"; + } + ::placeholder { font-family: "Inter"; color: #20113970; diff --git a/client/src/plus/landing-page-survey/index.tsx b/client/src/plus/landing-page-survey/index.tsx index 7e0cc4c9521d..bd79bd21a463 100644 --- a/client/src/plus/landing-page-survey/index.tsx +++ b/client/src/plus/landing-page-survey/index.tsx @@ -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} > @@ -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} > @@ -360,7 +360,8 @@ export function LandingPageSurvey({ variant }: { variant: number }) { > Privacy Policy - . + . Your information will only be used to notify you about + platform availability.