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.
issue
구현 목적
현재 iOS에서 svg아이콘이 제대로 보이지 않는 문제가 있습니다.
이를 바로 잡기 위해 IconComponent를 변경합니다.
구현 사항
�svg의 크기를 동적으로 조절하기 위해
처럼 사용했지만, 크롬에서는 부모의 위치에 맞도록 설정되지만, safari에선 fixed로 되는 것이 기본 설정이기 때문에, os에 따라서 다르게 보이는 문제가 있었습니다.
이에 아래와 같이 변경하였습니다.
중점적으로 리뷰받고 싶은 부분(선택)
어떤 부분을 중점으로 리뷰했으면 좋겠는지 작성해주세요.
논의하고 싶은 부분(선택)
논의하고 싶은 부분이 있다면 작성해주세요.
🫡 참고사항