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

refactor: OnlyBGColor 조건 수정 #87

Merged
merged 2 commits into from
May 11, 2024
Merged

Conversation

nijuy
Copy link
Collaborator

@nijuy nijuy commented May 10, 2024

1️⃣ 어떤 작업을 했나요? (Summary)

기존 코드에 영향을 미치는 변경사항

  • OnlyBGColor의 범위를 이름에 'ItemBG'가 포함되는 타입으로 수정했습니다

  • 관련 타입 이름에 Item을 추가했습니다

변경 전 (v1.0.2) 변경 후
image image
Badge 컬러로 불가한 색상이 포함됨 피그마와 동일한 옵션만 선택 가능

2️⃣ 알아두시면 좋아요!

컴포넌트 하나만 고려해서 타입을 수정하는 게 문제가 될 수도 있을 거 같아서
나중에 BG가 들어간 타입만 쓰게 될 수도 있을지 생각해봤는데,
토스트/툴팁/버튼용 컬러를 한 곳에서 사용할 일이 없을 거라고 생각해서 이렇게 수정해봤습니다

4️⃣ 체크리스트 (Checklist)

  • main 브랜치의 최신 코드를 pull 받았나요?

@nijuy nijuy added the refactor label May 10, 2024
@nijuy nijuy self-assigned this May 10, 2024
@nijuy nijuy requested a review from Hanna922 as a code owner May 10, 2024 08:53
@nijuy nijuy linked an issue May 10, 2024 that may be closed by this pull request
@nijuy nijuy merged commit eed14aa into develop May 11, 2024
1 check passed
@nijuy nijuy deleted the refactor/#86-onlybgcolor branch May 11, 2024 10:36
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.

refactor: OnlyBGColor 조건 수정
2 participants