mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove label top padding as these are spaced now
This commit is contained in:
parent
1a338e8854
commit
da7ec3f5d4
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public struct FeedCard: View {
|
|||
Spacer()
|
||||
}
|
||||
}
|
||||
.padding(.top, 8)
|
||||
.padding(.top, 0)
|
||||
}
|
||||
}
|
||||
.padding(.top, 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue