Skip to content

Commit

Permalink
Merge pull request #5 from KDT5-MINI-TEAM11/jungwoo/loginUI
Browse files Browse the repository at this point in the history
trivia: 이메일 feedback, card maxWidth
  • Loading branch information
howooking authored Jul 27, 2023
2 parents df57db1 + 4df2657 commit 547590d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/page/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Signin() {
return (
<Card
bordered={false}
style={{ margin: '0px 20px', minWidth: 400 }}
style={{ margin: '0px 20px', maxWidth: 400 }}
title="로그인"
>
<Form
Expand All @@ -36,6 +36,7 @@ export default function Signin() {
},
},
]}
hasFeedback
>
<Input size="large" />
</Form.Item>
Expand Down

0 comments on commit 547590d

Please sign in to comment.