mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a little more spacing between lines and before labels
This commit is contained in:
parent
f50357d385
commit
6995cc29da
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ public struct FeedCard: View {
|
|||
public var body: some View {
|
||||
VStack {
|
||||
HStack(alignment: .top, spacing: 6) {
|
||||
VStack(alignment: .leading, spacing: 2) {
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text(item.unwrappedTitle)
|
||||
.font(.appCallout)
|
||||
.foregroundColor(.appGrayTextContrast)
|
||||
|
|
@ -73,7 +73,7 @@ public struct FeedCard: View {
|
|||
Spacer()
|
||||
}
|
||||
}
|
||||
.padding(.top, 2)
|
||||
.padding(.top, 8)
|
||||
.padding(.bottom, 2)
|
||||
}
|
||||
.padding(.top, 16)
|
||||
|
|
|
|||
Loading…
Reference in a new issue