From a271314f15c30f59d84296a12aab280eda2d3c64 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Wed, 27 Dec 2023 13:37:21 -0500 Subject: Pad item info text when view is horizontal --- Jel/Views/Dashboard/DashboardLibraryView.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift') 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()) } -- cgit v1.2.3