padding changes

This commit is contained in:
Stuart Breckenridge
2020-10-29 16:33:31 +08:00
parent 49b6cb1417
commit 29fee1b590

View File

@@ -116,7 +116,7 @@ struct AddAccountsView: View {
.frame(width: 80)
})
}
}.padding([.top, .bottom], 4)
}.padding(.vertical, 8)
}
.pickerStyle(RadioGroupPickerStyle())
.fixedSize(horizontal: false, vertical: true)