File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
GoInfoGame/GoInfoGame/UI/Map Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ struct MapView: View {
243243 viewModel. checkSyncStatus ( )
244244 }
245245 } )
246- . frame ( width: 20 , height: 20 )
247246 . foregroundStyle ( Asset . Colors. huskyPurple. swiftUIColor)
247+ . frame ( width: 30 , height: 30 )
248248 }
249249
250250 ToolbarItem ( placement: . navigationBarTrailing) {
@@ -254,19 +254,19 @@ struct MapView: View {
254254 viewModel. showSatellitePicker = true
255255 } ) {
256256 Image ( systemName: " square.2.layers.3d.bottom.filled " )
257- . frame ( width: 20 , height: 20 )
258257 . foregroundStyle ( Asset . Colors. huskyPurple. swiftUIColor)
259258 }
259+ . frame ( width: 30 , height: 30 )
260260 }
261261 ToolbarItem ( placement: . navigationBarTrailing) {
262262 Button ( action: {
263263 print ( " Settings icon tapped " )
264264 showUserSettingsSheet = true
265265 } ) {
266266 Image ( systemName: " gear " )
267- . frame ( width: 20 , height: 20 )
268267 . foregroundStyle ( Asset . Colors. huskyPurple. swiftUIColor)
269268 }
269+ . frame ( width: 30 , height: 30 )
270270 }
271271 }
272272 . toolbarBackground ( . visible, for: . navigationBar)
You can’t perform that action at this time.
0 commit comments