Fix Recently Added View logo size (#1055)

This commit is contained in:
Michael R 2024-05-15 14:02:55 -05:00 committed by GitHub
parent 74b8b286c7
commit 21d23de777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ extension HomeView {
.fontWeight(.semibold)
}
.edgePadding(.leading)
.aspectRatio(contentMode: .fit)
.frame(height: 200, alignment: .bottomLeading)
}
.onSelect { item in
router.route(to: \.item, item)