Skip to content

Commit

Permalink
feat : Implemented the Add New User Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
emaicorp2002 committed Jul 21, 2024
1 parent 7cdb2b5 commit 107cd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/ui/formComponents/formComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function InputForm() {
</FormLabel>
<FormControl>
<Input
placeholder="shadcn"
placeholder="e.g Joh Doe"
{...field}
className={clsx(
`${styles.placeholderCustom} placeholderCustom`,
Expand Down Expand Up @@ -92,7 +92,7 @@ export function InputForm() {
</FormLabel>
<FormControl>
<Input
placeholder="shadcn"
placeholder="e.g [email protected]"
{...field}
className={clsx(
`${styles.placeholderCustom} placeholderCustom`,
Expand Down Expand Up @@ -122,7 +122,7 @@ export function InputForm() {
</FormLabel>
<FormControl>
<Input
placeholder="shadcn"
placeholder="e.g 08123456789"
{...field}
className={clsx(
`${styles.placeholderCustom} placeholderCustom`,
Expand Down

0 comments on commit 107cd4d

Please sign in to comment.