diff options
Diffstat (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift')
-rw-r--r-- | Jel/Views/Dashboard/DashboardLibraryView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jel/Views/Dashboard/DashboardLibraryView.swift b/Jel/Views/Dashboard/DashboardLibraryView.swift index 4a68013..7526dce 100644 --- a/Jel/Views/Dashboard/DashboardLibraryView.swift +++ b/Jel/Views/Dashboard/DashboardLibraryView.swift @@ -30,7 +30,6 @@ struct DashboardLibraryView: View { } label: { LibraryIconView(library: library, height: 150) .setAspectRatio(library.primaryImageAspectRatio) - .padding() } .buttonStyle(PlainButtonStyle()) } |