mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
lower aspect ratio for grid card
This commit is contained in:
parent
5d3e12e1ce
commit
4e2c8e5d40
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ struct GridCardNavigationLink: View {
|
|||
viewModel.itemAppeared(item: item, searchQuery: searchQuery, dataService: dataService)
|
||||
}
|
||||
}
|
||||
.aspectRatio(2.2, contentMode: .fill)
|
||||
.aspectRatio(2.1, contentMode: .fill)
|
||||
.scaleEffect(scale)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue