style: email placeholder changed across the platform (#3206)

* style: email placeholder changed across the platform

* fix: placeholder text
This commit is contained in:
Lakhan Baheti 2023-12-21 16:02:56 +05:30 committed by sriram veeraghanta
parent 0b1efb173f
commit 6ecaa661a7
18 changed files with 27 additions and 27 deletions

View file

@ -90,7 +90,7 @@ export const InstanceSetupSignInForm: FC<IInstanceSetupEmailForm> = (props) => {
type="email"
value={value}
onChange={onChange}
placeholder="orville.wright@firstflight.com"
placeholder="orville.wright@frstflt.com"
className="h-[46px] w-full border border-onboarding-border-100 pr-12 placeholder:text-onboarding-text-400"
/>
{value.length > 0 && (