Remove firmware download button padding

This commit is contained in:
Nindi Gill 2023-06-13 18:31:26 +10:00
parent 273bd7692c
commit f42acf2e00
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -55,7 +55,6 @@ struct ListRowFirmware: View {
.help("Download macOS Firmware") .help("Download macOS Firmware")
.buttonStyle(.mistAction) .buttonStyle(.mistAction)
.clipShape(Capsule()) .clipShape(Capsule())
.padding(.trailing, padding)
} }
.alert(isPresented: $showAlert) { .alert(isPresented: $showAlert) {
switch alertType { switch alertType {