Skip to content

Commit

Permalink
Merge pull request #436 from Mile-Writings/design/#435/createGroupRem…
Browse files Browse the repository at this point in the history
…oveScroll

[design/#435] 글 모임 생성 페이지 가로 스크롤 추가
  • Loading branch information
se0jinYoon authored Oct 8, 2024
2 parents 3246c43 + 31af0f3 commit ec31099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/createGroup/components/CreateGroupInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ const TextAreaLength = styled.p<{ isValid: boolean }>`
position: relative;
bottom: 4rem;
left: 70.6rem;
width: fit-content;
${({ theme }) => theme.fonts.button3};
color: ${({ theme, isValid }) => (isValid ? theme.colors.gray70 : theme.colors.mileRed)};
Expand Down

0 comments on commit ec31099

Please sign in to comment.