diff --git a/MyLibrary/Sources/ScheduleFeature/Detail.swift b/MyLibrary/Sources/ScheduleFeature/Detail.swift index a602b09..11a68fa 100644 --- a/MyLibrary/Sources/ScheduleFeature/Detail.swift +++ b/MyLibrary/Sources/ScheduleFeature/Detail.swift @@ -154,8 +154,6 @@ public struct ScheduleDetailView: View { Color(uiColor: .secondarySystemBackground) .clipShape(RoundedRectangle(cornerRadius: 8)) ) - .padding() - } }