-
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 :: MyPage - RewardPointDetail UI #137
Conversation
…at/119_MyPage-RewardPointDetail-UI
var body: some View { | ||
NavigationView { | ||
VStack(alignment: .leading) { | ||
HStack(spacing: 0) { |
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.
spacing 안쓰면 저거 안쓰는거 어때
….com/team-aliens/DMS-iOS into feat/119_MyPage-RewardPointDetail-UI
public protocol RewardPointDetailDependency: Dependency { | ||
var fetchPointListUseCase: any FetchPointListUseCase { get } | ||
var rewardPointDetailComponent: RewardPointDetailComponent { get } |
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.
rewardPointDetailComponent가 rewardPointDetailComponent를 주입받네요..?
DMSButton(text: point.display, | ||
style: viewModel.pointsType == point ? .contained : .outlined, | ||
color: viewModel.pointsType == point ? .PrimaryVariant.primary : .GrayScale.gray6) { |
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.
스타일 가이드 맞춰주세요 🎲
개요
RewardPointDetail UI
작업사항
RewardPointDetail UI
UI