-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor/css agenda & chat + fix/minor css issues #492
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for biseo-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
* @deprecated use AgendaCard.Group instead | ||
*/ |
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.
이거 호환이 안 맞다고 해주셔서, 그 부분 코멘트 호환 안 맞다고 작성해주시거나 이슈로 생성되면 좋을 것 같아요!
현재 상황 : deprecated. 다만 대체할 컴포넌트가 없음
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.
<div css={[padding.vertical(7), center]}> | ||
<DownArrowIcon /> | ||
</Box> | ||
</BorderedBox> | ||
</Box> | ||
<Box dir="row" w={130} h={28} gap={8} align="center"> | ||
<Text variant="body" color="black"> | ||
투표 상세 | ||
</Text> | ||
<BorderedBox | ||
borderColor="gray200" | ||
bg="white" | ||
w={75} | ||
h={28} | ||
align="center" | ||
justify="space-between" | ||
borderSize={1} | ||
padHorizontal={12} | ||
padVertical={7} | ||
round={5} | ||
borderStyle="solid" | ||
dir="row" | ||
</div> |
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.
혹시 여기 변경부분에 대해서 전후 비교를 알 수 있을까요?
기존 스타일이 안 맞아서 center가 변경된건지, 아니면 box -> div 변경하면서 필요해진 건지 궁금해서요!
요약 *
Closes #336
also closes #411
also: agenda choice의 border color을 피그마와 같게 바꾸었습니다.
스크린샷
이후 Task *