placement of toggle image
This commit is contained in:
@@ -30,12 +30,12 @@ struct SwitchableView: View {
|
||||
Spacer()
|
||||
Image(systemName: "arrow.triangle.2.circlepath.circle")
|
||||
.resizable()
|
||||
.frame(width: 25, height: 25, alignment: .trailing)
|
||||
.frame(width: 20, height: 20, alignment: .trailing)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(.trailing, 8)
|
||||
.padding(.top, 8)
|
||||
.padding(.top, 12)
|
||||
.allowsHitTesting(false)
|
||||
.foregroundColor(Color(UIColor.systemGray))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user