From 4d40b0c083fa78a90337273b83b44f450c3d3d9b Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sun, 7 Jan 2024 16:41:45 -0500 Subject: Use backdrop blurhash + rename LibraryIconView --- Jel/Views/Dashboard/DashboardLibraryView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift') diff --git a/Jel/Views/Dashboard/DashboardLibraryView.swift b/Jel/Views/Dashboard/DashboardLibraryView.swift index 7526dce..2a8dee1 100644 --- a/Jel/Views/Dashboard/DashboardLibraryView.swift +++ b/Jel/Views/Dashboard/DashboardLibraryView.swift @@ -28,12 +28,12 @@ struct DashboardLibraryView: View { NavigationLink { LibraryDetailView(library: library) } label: { - LibraryIconView(library: library, height: 150) + ItemIconView(item: library, height: 150) .setAspectRatio(library.primaryImageAspectRatio) } .buttonStyle(PlainButtonStyle()) } - } + }.padding(.horizontal) } } .onAppear { -- cgit v1.2.3