Skip to content

Commit

Permalink
style: fix border width 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JinleeJeong committed Feb 27, 2024
1 parent a323064 commit d9b7394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const containerVariants = cva("", {
variants: {
variant: {
default: "border-grey-300",
focused: "border-2 border-main-700",
focused: "border border-main-700",
error: "border-error",
},
},
Expand Down

0 comments on commit d9b7394

Please sign in to comment.