Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 What is the PR?
🚨원활한 PR 리뷰를 위해 PR을 분리하여 작성했습니다🚨
🪄 Changes
🔥 PR Point
각 파일 네이밍은 iOS Asset 네이밍 컨벤션과 같습니다.
컬러 값이 HEX가 아니라 SRGB인 이유가 -
저희 디자인 시스템 컬러가 100개가 되는 관계로.. 일일이 HEX 코드 치고있을 시간이 없었습니다..
피그마에서 각 컬러의 SRGB값을 json파일로 변환하고,
Python 코드를 작성하여 컬러 json파일에서 각 colorset으로 분할 생성된 Assets.xcassets를 생성하여 사용했습니다.
🙆🏻 To Reviewers
혹시 오탈자 있으면 멘션 부탁드립니다!
💭 Related Issues