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

🔀 :: (#505) 디자인 시스템 신규 컬러 추가 #506

Merged
merged 5 commits into from
May 2, 2024

Conversation

baekteun
Copy link
Member

💡 배경 및 개요

3.0 을 리뉴얼하며 새로운 색상이 디자인 시스템에 추가되었어요.

Resolves: #505

📃 작업내용

  • 기존 GrayColor를 BlueGrayColor로 바꿨어요.
    • 기존에 .GrayColor로 쓰는 부분은 deprecated를 메시지를 볼 수 있도록 했어요.
  • NewGrayColor를 추가했어요.
  • PrimaryColorV2를 추가했어요.

🙋‍♂️ 리뷰노트

이 PR은 기존 .GrayColor부분을 바꾸지 않아요.

✅ PR 체크리스트

  • 이 작업으로 인해 변경이 필요한 문서가 변경되었나요? (e.g. XCConfig, 노션, README)
  • 이 작업을 하고나서 공유해야할 팀원들에게 공유되었나요? (e.g. "API 개발 완료됐어요", "XCConfig 값 추가되었어요")
  • 작업한 코드가 정상적으로 동작하나요?
  • Merge 대상 브랜치가 올바른가요?
  • PR과 관련 없는 작업이 있지는 않나요?

Copy link

github-actions bot commented Apr 25, 2024

✅ Successful finished SwiftLint

@github-actions github-actions bot added 0️⃣ Priority: Critical 우선순위 긴급 🍱 Asset 리소스 관련 labels Apr 25, 2024
Copy link

✅ 이슈와 PR의 Labels 동기화를 성공했어요!

@baekteun baekteun force-pushed the 505-design-system-new-color branch from 02d41cd to c925339 Compare April 25, 2024 14:41
@baekteun baekteun force-pushed the 505-design-system-new-color branch from c925339 to 6a8b6d4 Compare April 27, 2024 08:04
@baekteun baekteun requested review from yongbeomkwak and youn9k and removed request for yongbeomkwak and youn9k April 29, 2024 01:31
@baekteun baekteun merged commit 09640f7 into develop May 2, 2024
3 checks passed
@baekteun baekteun deleted the 505-design-system-new-color branch May 2, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣ Priority: Critical 우선순위 긴급 🍱 Asset 리소스 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

디자인 시스템 신규 색상 추가
4 participants