shift the square.and.pencil icon so that the square is visually centered in the background rectangle (#1819)
This commit is contained in:
parent
72b4a92bfe
commit
e6a4bd383c
|
@ -69,6 +69,7 @@ struct SideBarView<Content: View>: View {
|
|||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 20, height: 30)
|
||||
.offset(x: 2, y: -2)
|
||||
}
|
||||
.buttonStyle(.borderedProminent)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue