padding changes
This commit is contained in:
parent
49b6cb1417
commit
29fee1b590
|
@ -116,7 +116,7 @@ struct AddAccountsView: View {
|
||||||
.frame(width: 80)
|
.frame(width: 80)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}.padding([.top, .bottom], 4)
|
}.padding(.vertical, 8)
|
||||||
}
|
}
|
||||||
.pickerStyle(RadioGroupPickerStyle())
|
.pickerStyle(RadioGroupPickerStyle())
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
|
|
Loading…
Reference in New Issue