diff --git a/Mist/Views/List/ListRowFirmware.swift b/Mist/Views/List/ListRowFirmware.swift index 8e251cb..c61651b 100644 --- a/Mist/Views/List/ListRowFirmware.swift +++ b/Mist/Views/List/ListRowFirmware.swift @@ -55,7 +55,6 @@ struct ListRowFirmware: View { .help("Download macOS Firmware") .buttonStyle(.mistAction) .clipShape(Capsule()) - .padding(.trailing, padding) } .alert(isPresented: $showAlert) { switch alertType {