-
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
[CAT-93] DesignSystem 구축 #17
Conversation
interactionItem(interaction: Global.Color.black.opacity(Alias.Interaction.hover), name: "Hover") | ||
interactionItem(interaction: Global.Color.black.opacity(Alias.Interaction.pressed), name: "Pressed") |
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.
interaction token은 컬러는 안가지고 opacity만 가지는 토큰이라서 이렇게 수정한거야? ? ?
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.
엉 opacty는 여러 색상에 대응해서 들어가야해서 Color가 아니라 Double을 반환하도록 했어
public struct BarButtonDetail<Title: View, LeftIcon: View, RightIcon: View>: View { | ||
@Environment(\.barButtonDetailStyle) private var style |
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.
bar button detail 뷰랑 스타일 신기하다 .. ! 필요한 configuration 받아서 resolve 하는 과정 잘봤슴다 ...
[#100] FEAT : 로그인 구현
관련된 문서 📄
무엇에 관한 PR 인가요? 🙋
어떤 것을 작업하셨나요? 🛠
🌱 PR Point