-
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
fix(home, start-relay-question): 잘못된 폰트 컬러 지정 오류 수정 #114
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.
사소하긴 한데 휘리릭 수정 부탁드려요!
imageUrl={profileImageFileUrl} | ||
width={40} | ||
height={40} | ||
css={{ borderRadius: '50%', objectFit: 'cover' }} |
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.
borderRadius도 sds에 토큰 있슴니다 ㅎㅎ !!!! 메이드 인 나..
@@ -1,5 +1,5 @@ | |||
import { Txt } from '@sambad/sds/components'; | |||
import { colors, borderRadiusVariants } from '@sambad/sds/theme'; | |||
import { borderRadiusVariants, colors } from '@sambad/sds/theme'; | |||
import Link from 'next/link'; | |||
|
|||
import { AngleRightIcon } from '../../../../../../../core/sds/src/components/Icon/assets/AngleRight'; |
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.
이거 경로 함 확인해주세요 !
next app router 부터 objectFit prop 대신 fill 사용을 권장(강제) 하나, 부모요소에 position 속성 반드시 필요 등, 현재 구조에서 여러 변동사항이 생겨 emotion css로 object-fit 지정
ddc0766
to
6d80c9c
Compare
6d80c9c
to
ac0f5c4
Compare
🎉 변경 사항
https://www.notion.so/depromeet/59294244931b45d6911b6cc418143227?pvs=4
🔗 링크
🙏 여기는 꼭 봐주세요!