Skip to content

Commit

Permalink
bg "light" added
Browse files Browse the repository at this point in the history
  • Loading branch information
IngridFuentes committed Feb 16, 2024
1 parent 1a24ae6 commit 4f2b920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/mentor-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const MentorForm = () => {
<Input
id="email"
placeholder="[email protected]"
bg="light"
feedbackText={errors?.email?.message}
state={hasKey(errors, "email") ? "error" : "success"}
showState={!!hasKey(errors, "email")}
Expand Down

0 comments on commit 4f2b920

Please sign in to comment.