-
Notifications
You must be signed in to change notification settings - Fork 0
[#109] 마이페이지 6-2 분할 첫번째 #130
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
base: main
Are you sure you want to change the base?
Conversation
SujinKim1127
left a comment
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.
commit message가
[fix] 마이페이지
이렇게만 되어있으면 작업내용을 파악하기가 어렵습니다
보다 더 구체적으로 commit message 작성해주세요
| display: flex; | ||
| align-items: center; | ||
| justify-content: center; | ||
| font-size:20px; |
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 style={{ width:"180px" ,display: "flex", | ||
| justifyContent: "space-between", alignItems: "center"}}> | ||
| <img src="/assets/icon/Shape/Triangle.svg" style={{marginTop:"7px", | ||
| alignSelf: "flex-start", | ||
| width: "13px", marginRight:"4px"}}/> | ||
| <style.MyAssignTitleBoxText color={COLORS.grayscale.Black} | ||
| fontSize={TEXT_STYLES.CapM14.fontSize} fontFamily={TEXT_STYLES.CapM14.fontFamily} | ||
| fontWeight={TEXT_STYLES.CapM14.fontWeight} letterSpacing={TEXT_STYLES.CapM14.letterSpacing} | ||
| style={{width:"30px"}}>지각</style.MyAssignTitleBoxText> | ||
| <style.MyAssignTitleBoxText color={COLORS.SSU.yellow} | ||
| fontSize={TEXT_STYLES.CapM14.fontSize} fontFamily={TEXT_STYLES.CapM14.fontFamily} | ||
| fontWeight={TEXT_STYLES.CapM14.fontWeight} letterSpacing={TEXT_STYLES.CapM14.letterSpacing} | ||
| style={{width:"30px"}}>{elementCount[2]}</style.MyAssignTitleBoxText> | ||
| </div> | ||
|
|
||
| <div style={{ width:"180px" ,display: "flex", | ||
| justifyContent: "space-between", alignItems: "center"}}> |
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 스타일이 똑같으면 emotion/styled 사용해서 작성해주세요!
| <styles.SubjectCardText color={COLORS.grayscale.Black} | ||
| fontSize={TEXT_STYLES.HeadM18.fontSize} fontFamily={TEXT_STYLES.HeadM18.fontFamily} | ||
| fontWeight={TEXT_STYLES.HeadM18.fontWeight} letterSpacing={TEXT_STYLES.HeadM18.letterSpacing} | ||
| >{formData.title}</styles.SubjectCardText> |
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.
이런 내용들은 styles.tsx 파일에 적어주세요..
| <div style={{ width:`${formData.width!-50}px` ,display: "flex", | ||
| justifyContent: "space-between", alignItems: "center" }}> | ||
| <div style={{ width:"80px" ,display: "flex", | ||
| justifyContent: "space-between", alignItems: "center"}}> |
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.
여기도 마찬가지 입니다
| "react-router-dom": "6.15.0", | ||
| "recoil": "0.7.7", | ||
| "recoil-persist": "5.1.0", | ||
| "styled-components": "^6.0.8", |
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.
저희 emotion/styled 사용합니다
styled-components 는 삭제해주세요!
Issue
Description
Check List
main브랜치의 최신 상태를 반영하고 있는지 확인Screenshot