Skip to content

Commit

Permalink
style: 글모임 초대페이지 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
se0jinYoon committed Jan 12, 2025
1 parent a5f346a commit 103b98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/groupInvite/components/UserInfoInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ const WriterExistCheckBtn = styled.button<{ $isBtnDisabled: boolean }>`
${({ theme }) => theme.fonts.button3};
@media ${MOBILE_MEDIA_QUERY} {
min-width: 8.1rem;
${({ theme }) => theme.fonts.mButton1};
}
`;
Expand Down Expand Up @@ -425,7 +426,7 @@ const WriterCharCount = styled.span<{ $isWriterNameLimit: boolean }>`
${({ theme }) => theme.fonts.button3};
@media ${MOBILE_MEDIA_QUERY} {
top: 1.1rem;
top: 1.25rem;
${({ theme }) => theme.fonts.mSubtitle2};
}
`;
Expand Down
1 change: 1 addition & 0 deletions src/pages/postDetail/components/CuriousBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const CuriousBtnWrapper = styled.button<{ $isClick: boolean }>`
}
@media ${MOBILE_MEDIA_QUERY} {
width: 10.6rem;
height: 4.4rem;
}
`;
Expand Down

0 comments on commit 103b98b

Please sign in to comment.