Skip to content

Commit

Permalink
Merge pull request #61 from Swift-Coding-Club/feature/#56_editUI
Browse files Browse the repository at this point in the history
Edit UI
  • Loading branch information
Dtzer0 authored Oct 11, 2023
2 parents fedf85e + 3a80d4a commit 672ff95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Level1Kuiz/View/Home/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct HomeView: View {
.transition(.offset(x: 0, y: 300))
}
}
.padding(EdgeInsets(top: 0, leading: 40, bottom: 0, trailing: 40))
.padding(EdgeInsets(top: 40, leading: 40, bottom: 0, trailing: 40))
.frame(width: geometry.size.width, height: geometry.size.height)
}

Expand All @@ -52,8 +52,7 @@ struct HomeView: View {
.font(.caption2)
}
Text("심심할 때 띄어쓰기 한판 어떠세요?\n풀면 풀수록 재밌는 띄어쓰기 문제!\n지금 바로 시작해 보세요 😎")
.lineSpacing(5)
}
}.padding(.top, 20)

Spacer()

Expand Down
2 changes: 1 addition & 1 deletion Level1Kuiz/View/Result/ResultView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct ResultView: View {
Button {
isNavigationLinkActive = true
} label: {
Text("다시하기")
Text("다시 도전하기")
.font(.system(size: 20))
.fontWeight(.black)
.padding(EdgeInsets(top: 20, leading: 40, bottom: 20, trailing: 40))
Expand Down

0 comments on commit 672ff95

Please sign in to comment.