Skip to content

Commit

Permalink
removed important
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthickXola committed Feb 14, 2024
1 parent e2ff2ae commit 7aae2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Forms/BaseInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const BaseInput = ({ as: Tag, size = "medium", isError, className, isRequ
sizes[size],
isError
? "!focus:border-danger !border-danger focus:ring-0 focus:ring-danger"
: "!border-gray-light focus:border-primary focus:ring-0 focus:ring-primary",
: "border-gray-light focus:border-primary focus:ring-0 focus:ring-primary",
className,
)}
value={value}
Expand Down

0 comments on commit 7aae2b4

Please sign in to comment.