mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 22:45:18 -04:00
Remove firmware download button padding
This commit is contained in:
parent
273bd7692c
commit
f42acf2e00
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue