mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
change alignment of connected device back to .center
This commit is contained in:
parent
48d1b1d837
commit
5b68a67fea
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ struct Connect: View {
|
|||
}
|
||||
Spacer()
|
||||
|
||||
VStack(alignment: .trailing) {
|
||||
VStack(alignment: .center) {
|
||||
|
||||
Text("Preferred").font(.caption2)
|
||||
Text("Radio").font(.caption2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue