mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-21 22:15:50 +00:00
fix paddings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user