[Module] Log 수정 + Figma 디자인 컬러 수정 부분 변경 #31
Merged
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.
Screenshots 📸
고민, 과정, 근거 💬
⏺️ 로그 수정
기존에는 함수 내부에서 로그를 호출하는 방식이었으나, 실제 로그가 출력된 곳을 따라가면 Log 구현체로 귀결되므로 호출자쪽에서 Logger를 실행하도록 구현했습니다.
대신에, debug가 아닌 release configuration일 때는 Log 자체를 호출하지 않도록하고자 리턴타입을
Logger?
로 변경했습니다.🎨 Design System 수정
PromotionTagView
의 배경색도 변경되었기에, 이를 수정했습니다.