-
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
로그인 & 디자인 시스템 일부 적용 #1
base: main
Are you sure you want to change the base?
Conversation
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.
수고하셨습니다! 반성을 많이 하게 되는 pr인것 같네요.. 잘 배워가겠습니다... 저는 아직 한참 모자라요..
네비게이션 라우터는 NavigationStack
기반의 ViewModel
+ Delegate
패턴을 주로 썼긴 했는데... 좀 더 고민해볼게여 일본여행 잘 다녀오세여
case border | ||
} | ||
|
||
public struct YPButtonStyle: ButtonStyle { |
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.
ButtonStyle
, TextFieldStyle
보면서 그동안 디자인시스템 헛으로 만들었다는 것을 깨달았습니다... 많이 배우겠슴다,,,
@@ -9,15 +9,20 @@ import SwiftUI | |||
|
|||
// MARK: - Gray Scale | |||
public extension Color { | |||
static let gray22: Color = .init(uiColor: .init(hex: "#70737C")).opacity(0.22) | |||
static let gray22: Color = .init(hex: "#70737C").opacity(0.22) |
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.
이거 그냥 헥스값으로 하신 이유가 있나여? 좀 힘들었을 것 같은데...
.padding(.vertical, verticalPadding) | ||
.foregroundStyle(foregroundColor) | ||
.background(backgroundColor) | ||
.if(colorStyle == .border) { |
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.
이거 신박한데,,,
💡 Issue
https://yappu-world.atlassian.net/browse/YPW-44
🌱 Key changes
https://www.notion.so/yapp-workspace/9b55d6aad49f4bcfafcea30cb6a65d17?pvs=4
(위 링크는 재사용 관련해서 제작해놓은 코드 간단하게 정리한 링크)
✅ To Reviewers
📸 스크린샷