-
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
merge :: 디자인 시스템 - Toast #53
Conversation
Rectangle() | ||
.fill(Color.GrayScale.gray1) | ||
.cornerRadius(4) | ||
.shadow(color: .GrayScale.gray9.opacity(0.08), radius: 16, x: 0, y: 1) |
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.
개인적으로 들여쓰기를 했스면 좋을 거 같아요
.shadow(color: .GrayScale.gray9.opacity(0.08),
radius: 16,
x: 0,
y: 1)
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.
swiftLint상으로는 문제없어서 그냥 두긴했는데, 바꾸는게 좋을거같기도 하네용
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.
린트 반영 완료! 이외의 다른 기존 린트 방식도 변경
개요
디자인 시스템의 Toast 작업
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2022-10-16.at.15.54.18.mp4
작업사항
사용방법