-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.1. 저장한 관광지/경로 목록 페이지 #30
Conversation
공통 - PopUp (Modal) 컴포넌트
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다👍
@@ -1,4 +1,5 @@ | |||
export const theme = { | |||
maxWidth: "375px", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maxWidth가 global style에 정의되어 있던 건가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아니요! PopUp(Modal 컴포넌트) 작업 때, 추가했던 부분입니다!!!
이후에 375px로 사용했던 부분을 한 번에 변경해야할 가능성이 있다고 생각했어요! (현재 max-width 값이 작은 편인 것 같아서요!) 그래서 375px로 작업됐던 부분들을 maxWidth로 정의해둔 값으로 변경했습니닷!
참고 pr 링크입니당!❤️
#️⃣ 연관된 이슈
📝 작업 내용
📸 스크린샷
📌 이슈 사항
TabButton.style.jsx
로 분리해뒀습니다. 코드 내용은 다음과 같습니다.isActive={activeTab === "places"}
: 활성화된 탭버튼 표시fontSize={theme.font.body1}
: 폰트 사이즈 propbtnCnt={2}
: 한 줄에 들어갈 탭버튼 개수 -> 개수에 따라 width가 변경됩니다.💬리뷰 요구사항(선택)