Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeoni authored Aug 24, 2023
2 parents 1c3b5de + 0a49002 commit 56b783a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/MessagePage/BlockModal/BlockModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const BlockModal = ({ isOpen, onClose }: Omit<ModalProps, 'children'>) =>
<GameInput
value={nickname}
onChange={handleNicknameChange}
sizes="sm"
sizes="lg"
color="secondary"
placeholder="플레이어 닉네임"
style={{ flexGrow: 1, width: '24rem' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const FriendsModal = ({ isOpen, onClose }: Omit<ModalProps, 'children'>)
<GameInput
value={nickname}
onChange={handleNicknameChange}
sizes="sm"
sizes="lg"
color="secondary"
placeholder="플레이어 닉네임"
style={{ flexGrow: 1, width: '24rem' }}
Expand Down

0 comments on commit 56b783a

Please sign in to comment.