diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift index f45a1e956..89bd0aa69 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift @@ -68,6 +68,9 @@ struct HomeScreenRecoveryKeyConfirmationBanner: View { Image(systemName: "xmark") .foregroundColor(.compound.iconSecondary) .frame(width: 12, height: 12) + // Increase hit area + .padding(.leading, 10) + .padding(.bottom, 10) } } }