increase hit area of the close button of the key recovery banner
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user