From a967b4dfd062210924daf7f749604856386f7516 Mon Sep 17 00:00:00 2001 From: Ryan ZHAO <> Date: Thu, 4 Apr 2024 09:27:33 +1100 Subject: [PATCH] fix an issue where not the whole area of PN mode option is tappable --- Session/Onboarding/PNModeScreen.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Session/Onboarding/PNModeScreen.swift b/Session/Onboarding/PNModeScreen.swift index 6b816ec86..2b71792cd 100644 --- a/Session/Onboarding/PNModeScreen.swift +++ b/Session/Onboarding/PNModeScreen.swift @@ -247,6 +247,7 @@ struct PNOptionView: View { .frame( maxWidth: .infinity ) + .contentShape(Rectangle()) .onTapGesture { currentSelection = info.mode }