[FE] '약속 후보 날짜 선택'과 '약속 시간 범위 선택' 사이에 간격을 설정 #397
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.
관련 이슈
작업 내용
1. '약속 후보 날짜 선택'과 '약속 시간 범위 선택' 사이에 간격을 설정
AS-IS
기존 코드는 아래 사진처럼 '약속 후보 날짜 선택'과 '약속 시간 범위 선택' 사이에 간격이 설정되어 있지 않습니다.
TO-BE
아래와 같이 간격을 지정하였습니다.
2. iOS에서 logoSunglass 배경이 검은색으로 설정되는 문제 해결
AS-IS
기존에는 아래 사진처럼 iOS에서 logoSunglass svg의 배경색이 검은색으로 표시되는 문제가 있었습니다.
TO-BE
svg 패턴을 정의하지 않으면 iOS에서 기본 배경색으로 검정이 표시되는 것이 문제의 원인이었어요🤣 아래 코드처럼 pattern을 설정해 주었습니다
해리 휴대폰으로 iOS 기기에서 배경색이 더 이상 검은색이 아닌 것을 확인했습니다!
특이 사항
첫 번째 커밋 rename: CreateMeetingPage 디렉터리 내부 구조 변경은 다른 pages 디렉터리 형식과 통일 시키기 위한 작업입니다.(MeetingDateTime, MeetingHostInfo, MeetingName 컴포넌트를 components 디렉터리 내부로 이동)
이 부분은 코드 변경이 없으니 리뷰 하지 않아도 될 것 같아요!
리뷰 요구사항 (선택)