-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix: 검색결과와 마이페이지 밈 리스트뷰 디자인 수정 및 탭바 수정 #65
Conversation
} | ||
.foregroundStyle(color) | ||
.padding(40) | ||
} | ||
|
||
var tabImageView: some View { | ||
ZStack { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기는 왜 ZStack이 있나용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인 감사합니다!! ZStack은 이전에 기존 tabImage를 깔고 그 위에 로띠를 재생시키려고 했다가 삭제하지 않았던거라서 수정했습니다! abfee50
.resizable() | ||
.frame(width: 24, height: 24) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 공통으로 빼내면 될꺼 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵! 확인감사합니다~ 수정했어요~! abfee50
What is this PR? 🔍
이슈
설명
검색결과와 마이페이지 밈 리스트뷰 디자인 수정 및 탭바 수정
Changes 📝
Screenshot 📸
To Reviewers 🙏