Skip to content

Commit

Permalink
[Fix/#308] onboarding 4 디자인 qa 반영 #309
Browse files Browse the repository at this point in the history
* fix: image 마진 값 수정

* fix: CTA 문구 완료 -> 확인 으로 수정
  • Loading branch information
JongHoooon authored Oct 15, 2024
1 parent ecd6d00 commit bffc701
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ public struct StartGuideView: View {
title
ZStack(alignment: .bottom) {
GeometryReader { geometry in
let bottleImageTopPadding: CGFloat = 48
let bottleImageTopPadding: CGFloat = 62.0
HStack(spacing: 0) {
Spacer()
bottleImage
.scaledToFit()
Spacer()
}
.offset(y: bottleImageTopPadding)
.padding(.horizontal, 60.0 - BottlePaddingType.md.length)
}
doneButton
.padding(.bottom, .lg)
Expand Down Expand Up @@ -64,7 +65,7 @@ private extension StartGuideView {

var doneButton: some View {
SolidButton(
title: "완료",
title: "확인",
sizeType: .large,
buttonType: .throttle,
action: { store.send(.doneButtonDidTapped) }
Expand Down

0 comments on commit bffc701

Please sign in to comment.