From eba6b8f136434265596457257e719d49e7749116 Mon Sep 17 00:00:00 2001 From: Frank Tan Date: Fri, 15 Mar 2024 12:54:07 +0900 Subject: [PATCH] delete unnecessary padding --- MyLibrary/Sources/ScheduleFeature/Detail.swift | 2 -- 1 file changed, 2 deletions(-) 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() - } }