Skip to content

Commit

Permalink
style: border-radius 크기 축소
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoribogo committed Dec 4, 2023
1 parent 33cf906 commit 87db0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/LoginPage/components/LoginGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const LoginGroup = ({ handleLogin }: LoginGroupProps) => {
</div>
</div>
<div className="flex flex-col items-stretch">
<button className="pointer-cursor h-14 w-80 max-w-xs rounded-xl bg-active-orange text-lg text-white hover:border hover:border-black disabled:bg-opacity-50 dark:text-black md:text-xl">
<button className="pointer-cursor h-14 w-80 max-w-xs rounded-md bg-active-orange text-lg text-white hover:border hover:border-black disabled:bg-opacity-50 dark:text-black md:text-xl">
로그인
</button>
<button
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SignUpPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const SingUpPage = () => {
message={passwordConfirmFailMessage}
/>
<button
className="h-14 w-80 max-w-xs rounded-xl bg-active-orange text-lg text-white hover:border hover:border-black disabled:bg-opacity-50 dark:text-black md:text-xl"
className="h-14 w-80 max-w-xs rounded-md bg-active-orange text-lg text-white hover:border hover:border-black disabled:bg-opacity-50 dark:text-black md:text-xl"
onClick={handleSignUpButtonClick}
>
회원가입 완료
Expand Down

0 comments on commit 87db0e4

Please sign in to comment.