Skip to content

Commit

Permalink
style: updated the stlye of error state
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurparalkar committed Apr 16, 2024
1 parent e4d9b87 commit ba16360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/InputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const InputField = (props: InputFieldProps) => {
{...register(htmlFor, { ...validation })}
/>
{error && (
<span className="text-xs text-red-600 font-semibold">
<span className="text-xs text-red-600 font-light">
{error.message}
</span>
)}
Expand Down

0 comments on commit ba16360

Please sign in to comment.