Skip to content

Commit

Permalink
[CHORE/#109] 식단 화면 바텀 여백 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyebeen-dev committed Apr 3, 2024
1 parent e59b7d7 commit df074e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DMU-iOS/DMU-iOS/Features/Meal/Views/MealView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ struct WeeklyMenuDetailView: View {
MenuDetailSingleView(category: "🍛 일품", details: oneMenu, width: geometry.size.width)
}
.padding(.top, 30)
.padding(.bottom, 20)
.padding(.horizontal, 20)
}
}
Expand Down

0 comments on commit df074e9

Please sign in to comment.