style: email placeholder changed across the platform (#3206)
* style: email placeholder changed across the platform * fix: placeholder text
This commit is contained in:
parent
0b1efb173f
commit
6ecaa661a7
18 changed files with 27 additions and 27 deletions
|
|
@ -108,7 +108,7 @@ const HomePage: NextPageWithLayout = () => {
|
|||
onChange={onChange}
|
||||
ref={ref}
|
||||
hasError={Boolean(errors.email)}
|
||||
placeholder="orville.wright@firstflight.com"
|
||||
placeholder="orville.wright@frstflt.com"
|
||||
className="h-[46px] w-full border border-onboarding-border-100 !bg-onboarding-background-200 pr-12 text-onboarding-text-400"
|
||||
disabled
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue