-
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
LH-373/progress #13
LH-373/progress #13
Conversation
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.
사소한 몇가지 부분에 대해서 리뷰 남겨놓았습니다 👍
packages/travelmakers-design-core/src/components/Process/Process/Process.style.ts
Outdated
Show resolved
Hide resolved
height: "100%", | ||
padding: "0 11px", | ||
color: isProcessing ? colors.white : colors.primary3, | ||
...typography.body3, |
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.
p5; ...typography.body3,
는 최상단으로 옮기는게 가독성이 더 좋지 않을까요?
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.
흐흐.. 제 머릿속의 css 순서대로 맞추다보니 ㅋㅋ 수정하는게 좋겠네요!
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.
@baegofda 넵, 수ㅡ정 후 배포부탁드립니다~!
flexDirection: "column", | ||
justifyContent: "center", | ||
height: "100%", | ||
padding: "0 11px", |
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.
p5; 여기 padding
부분도 디자인시스템 미적용되는 부분인건가요?? ㅠ_ㅠ
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.
넵.. 아니면 그냥 해당 item의 width가 67px로 고정이라서 그 사이즈로 맞추면 되긴하는데 왠만하면 고정사이즈 보다는 padding등으로 사이즈 맞추는걸 선호해서용 🥲
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.
@baegofda 그러게요...고정보다는 padding이 있는게 좋긴할것 같아요. 디자인시스템내 패딩값이랑 동일하면 베스트일것같지만...어쩔수없을지도
목적