Skip to content

Commit

Permalink
fix: 새 대화 시작 모달 버튼 높이 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxxunnn committed Feb 12, 2025
1 parent 437452b commit 4b08e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chat/components/CreateChatRoomModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function CreateChatRoomModal({
color="grey10"
css={css`
flex-shrink: initial;
height: 54px;
`}
>
머무르기
Expand All @@ -51,6 +52,7 @@ export default function CreateChatRoomModal({
onClick={onCreateChatRoomClick}
css={css`
flex-shrink: initial;
height: 54px;
`}
>
시작하기
Expand Down

0 comments on commit 4b08e15

Please sign in to comment.