fix paddings

This commit is contained in:
spaced4ndy
2024-10-31 14:33:13 +04:00
parent 32c1f55943
commit f99d378b1c
@@ -97,6 +97,7 @@ struct ChooseServerOperators: View {
RoundedRectangle(cornerRadius: 18)
.stroke(Color(uiColor: .secondarySystemFill), lineWidth: 2)
)
.padding(.horizontal, 2)
.onTapGesture {
if checked {
selectedOperators.remove(serverOperator.operatorId)