padding changes

This commit is contained in:
Stuart Breckenridge 2020-10-29 16:33:31 +08:00
parent 49b6cb1417
commit 29fee1b590
No known key found for this signature in database
GPG Key ID: 802A426F493CA19C
1 changed files with 1 additions and 1 deletions

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)