Skip to content

Commit

Permalink
fix: -
Browse files Browse the repository at this point in the history
  • Loading branch information
Yefee8 committed Jun 5, 2024
1 parent abcff80 commit 845d30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Input = ({ ...props }) => {
<div className="flex flex-col gap-2">
<input
type={props.type ? props.type : "text"}
className="w-[300px] md:px-8 px-4 text-left py-2 border border-indigo-500 bg-[#343341] font-medium
className="!w-[300px] max-w-[300px] md:px-8 px-4 text-left py-2 border border-indigo-500 bg-[#343341] font-medium
placeholder:font-medium rounded-md outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent invalid:!border-red-500"
{...leftProps}
/>
Expand Down

0 comments on commit 845d30a

Please sign in to comment.