Clean up download and install button files

This commit is contained in:
Garth Vander Houwen 2025-12-29 18:41:33 -08:00
parent e4a572a382
commit 38731df12e
2 changed files with 7 additions and 7 deletions

View file

@ -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