increase hit area of the close button of the key recovery banner

This commit is contained in:
Mauro Romito
2025-07-21 11:38:35 +02:00
committed by Mauro
parent 45e224724d
commit e450b49b50

View File

@@ -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)
}
}
}