mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Spacing between title and image
This commit is contained in:
parent
d96a8ca95c
commit
ccff1f421f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public struct LibraryItemCard: View {
|
|||
|
||||
public var body: some View {
|
||||
VStack {
|
||||
HStack(alignment: .top, spacing: 0) {
|
||||
HStack(alignment: .top, spacing: 10) {
|
||||
articleInfo
|
||||
imageBox
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue