Skip to content

Commit

Permalink
Merge pull request #153 from todaywhat/152-settings-school-block-missing
Browse files Browse the repository at this point in the history
🔀 :: [#152] 설정 페이지 학교 이미지 가운데 정렬 -> leading 정렬
  • Loading branch information
baekteun authored Sep 21, 2024
2 parents cdf8dea + 3e1fab8 commit 2d355dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public struct SettingsView: View {
SettingsBlockView(spacing: 12) {
viewStore.send(.schoolBlockButtonDidTap)
} label: {
VStack(spacing: 12) {
Group {
settingsOptionsIconView(.school)

VStack(alignment: .leading, spacing: 8) {
Expand Down

0 comments on commit 2d355dc

Please sign in to comment.