Skip to content

Commit

Permalink
#34 Change padding on timeline cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Jun 22, 2022
1 parent 1782f64 commit f444d5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ struct TimelineItemList: View {
context.viewState.contextMenuBuilder?(timelineItem.id)
})
.listRowSeparator(.hidden)
.listRowInsets(EdgeInsets(top: 1, leading: 8, bottom: 1, trailing: 8))
.onAppear {
context.send(viewAction: .itemAppeared(id: timelineItem.id))
}
Expand Down

0 comments on commit f444d5e

Please sign in to comment.