mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a little padding between title/author
This commit is contained in:
parent
899cd406e8
commit
37beb3f9c9
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ public struct FeedCard: View {
|
|||
.lineSpacing(1.25)
|
||||
.foregroundColor(.appGrayTextContrast)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
.padding(EdgeInsets(top: 0, leading: 0, bottom: 2, trailing: 0))
|
||||
|
||||
if let author = item.author {
|
||||
Text("By \(author)")
|
||||
|
|
|
|||
Loading…
Reference in a new issue