Skip to content

Commit

Permalink
Fix : 회원가입 학교 선택 모달 깨지는거 수정 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
teagu123 authored Jan 25, 2025
1 parent a5e2800 commit 7c42901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signUp/components/customSelectStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const genStyle = {
boxShadow: '0 0 0 0px transparent',
border: '1px solid var(--grey-400, #DCDFE3)',
backgroundColor: 'white',
width: '133px',
minWidth: '133px',
display: 'flex',
flexDirection: 'column',
}),
Expand Down

0 comments on commit 7c42901

Please sign in to comment.