From e6a4bd383c9f9a41b5f1f25ebabd30eccda2898f Mon Sep 17 00:00:00 2001 From: sh95014 <95387068+sh95014@users.noreply.github.com> Date: Thu, 4 Jan 2024 23:50:51 -0800 Subject: [PATCH] shift the square.and.pencil icon so that the square is visually centered in the background rectangle (#1819) --- IceCubesApp/App/SideBarView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/IceCubesApp/App/SideBarView.swift b/IceCubesApp/App/SideBarView.swift index de9fcbb5..5c1a1642 100644 --- a/IceCubesApp/App/SideBarView.swift +++ b/IceCubesApp/App/SideBarView.swift @@ -69,6 +69,7 @@ struct SideBarView: View { .resizable() .aspectRatio(contentMode: .fit) .frame(width: 20, height: 30) + .offset(x: 2, y: -2) } .buttonStyle(.borderedProminent) }