Skip to content
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

Merged
merged 6 commits into from
Aug 22, 2024

Conversation

semnil5202
Copy link
Collaborator

@semnil5202 semnil5202 commented Aug 20, 2024

🎉 변경 사항

https://www.notion.so/depromeet/59294244931b45d6911b6cc418143227?pvs=4

  • 홈 화면 이슈
    • 폰트 컬러 이슈
    • 모임원 프로필 이미지 object-fit: cover
  • 릴레이 질문 시작 관련 페이지 폰트 컬러 이슈

🔗 링크

🙏 여기는 꼭 봐주세요!

Copy link
Member

@Doeunnkimm Doeunnkimm left a 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' }}
Copy link
Member

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';
Copy link
Member

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 지정
@semnil5202 semnil5202 merged commit 44611fc into main Aug 22, 2024
2 checks passed
@semnil5202 semnil5202 deleted the fix/SAMBAD-QA1-7 branch August 22, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants