Skip to content

Commit

Permalink
Fix click button area on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Aug 10, 2024
1 parent 2b5883c commit bb9136f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iosApp/Source/Home/Components/FeedListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ struct FeedListView: View {
)
)
},
label: {
label: {
FeedItemView(feedItem: feedItem, index: index)
.contentShape(Rectangle())
})
.buttonStyle(.plain)
.id(feedItem.id)
.contentShape(Rectangle())
.listRowInsets(EdgeInsets())
.hoverEffect()
.contextMenu {
Expand Down

0 comments on commit bb9136f

Please sign in to comment.