V 1.26.6 Fix error messages for BLE connection errors

This commit is contained in:
Garth Vander Houwen 2021-10-22 10:39:32 -07:00
parent 15608bb976
commit 62af489966
3 changed files with 8 additions and 8 deletions

View file

@ -35,7 +35,7 @@ struct Connect: View {
Section(header: Text("Connection Error").font(.title)) {
Text(bleManager.lastConnectionError).font(.title2).foregroundColor(.red)
Text(bleManager.lastConnectionError).font(.subheadline).foregroundColor(.red)
}
.textCase(nil)
}