Skip to content

Commit

Permalink
모임장 소개 QA 반영 (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-nary authored Nov 20, 2024
1 parent 9b5d6df commit 3ae0206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/form/CheckBox/NeedMentor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ export default NeedMentor;
const SNeedMentorField = styled('label', {
display: 'flex',
alignItems: 'center',
gap: '4px',
gap: '$4',
cursor: 'pointer',
paddingBottom: '$8',
});

const SNeedMentorLabel = styled('span', {
Expand Down

0 comments on commit 3ae0206

Please sign in to comment.