From bb9136fa1faa272d4b195b431c9f348d78b687e3 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sat, 10 Aug 2024 14:11:08 +0200 Subject: [PATCH] Fix click button area on iOS --- iosApp/Source/Home/Components/FeedListView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iosApp/Source/Home/Components/FeedListView.swift b/iosApp/Source/Home/Components/FeedListView.swift index d5c70f1e..2769f364 100644 --- a/iosApp/Source/Home/Components/FeedListView.swift +++ b/iosApp/Source/Home/Components/FeedListView.swift @@ -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 {