Skip to content

Commit

Permalink
style: 로그인 버튼들 round 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
oooppq committed Jan 28, 2024
1 parent 24f98e3 commit a3723e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/BigLinkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BigLinkButton = ({ to, children, buttonStyle }: BigLinkButtonProps) => {
return (
<Link
href={to}
className={`${buttonStyle} rounded-lg h-[56px] w-[343px] inline-flex items-center justify-center`}
className={`${buttonStyle} rounded h-[56px] w-[343px] inline-flex items-center justify-center`}
>
{children}
</Link>
Expand Down

0 comments on commit a3723e3

Please sign in to comment.