mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Clean up download and install button files
This commit is contained in:
parent
e4a572a382
commit
38731df12e
2 changed files with 7 additions and 7 deletions
|
|
@ -298,10 +298,10 @@ private struct FirmwareRow: View {
|
|||
Text("Install")
|
||||
self.installIcon
|
||||
}
|
||||
}.buttonStyle(.bordered)
|
||||
}
|
||||
.buttonStyle(.bordered)
|
||||
.buttonBorderShape(.capsule)
|
||||
.controlSize(.regular)
|
||||
.padding(2.0)
|
||||
.controlSize(UIDevice.current.userInterfaceIdiom == .phone ? .small : .regular)
|
||||
|
||||
case .notDownloaded:
|
||||
Button {
|
||||
|
|
@ -310,10 +310,10 @@ private struct FirmwareRow: View {
|
|||
}
|
||||
} label: {
|
||||
Text("Download")
|
||||
}.buttonStyle(.bordered)
|
||||
}
|
||||
.buttonStyle(.bordered)
|
||||
.buttonBorderShape(.capsule)
|
||||
.controlSize(.regular)
|
||||
.padding(2.0)
|
||||
.controlSize(UIDevice.current.userInterfaceIdiom == .phone ? .small : .regular)
|
||||
case .error:
|
||||
Image(systemName: "exclamationmark.triangle.fill").foregroundColor(.red)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4b9f104a18ea43b1b2091ee2b48899fe43ad8a0b
|
||||
Subproject commit 27fac39141d99fe727a0a1824c5397409b1aea75
|
||||
Loading…
Add table
Add a link
Reference in a new issue