Skip to content

Commit

Permalink
♻️ :: [#47] MindWayAlert / text 가운데로 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
shwaaaa committed Apr 19, 2024
1 parent 5ef7c95 commit b1d2d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/Sources/DesignSystem/Alert/MindWayAlert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ struct MindWayAlertModifier: ViewModifier {
VStack(alignment: .leading) {
Text(title)
.mindWayRegularFont(.m3)
.multilineTextAlignment(.center)
}
.padding(.bottom, 28)
.padding(.top, 15)
Expand Down

0 comments on commit b1d2d3f

Please sign in to comment.