This commit is contained in:
Max Goedjen
2020-07-04 15:50:32 -07:00
parent b090a96975
commit 736f5d38d1

View File

@@ -51,6 +51,7 @@ struct DeleteSecretView<StoreType: SecretStoreModifiable>: View {
} }
} }
}.padding() }.padding()
.frame(minWidth: 400)
} }
func delete() { func delete() {