Skip to content

Commit

Permalink
[Feat/#70] 텍스트 Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Jul 31, 2024
1 parent fc3d742 commit f2de578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HMH_iOS/HMH_iOS/Presentation/Home/Views/GuideView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ struct GuideView: View {
.padding(.horizontal, 22)
.padding(.top, 36)
Text(titles[currentIndex])
.multilineTextAlignment(.center)
.padding(.top, 15)
.font(.text5_medium_16)
.foregroundStyle(.whiteText)
Expand Down

0 comments on commit f2de578

Please sign in to comment.