gambar tanaman swiftUi

// add negative padding to crop containing view-frame (for layout)
Image("pause")
	.resizable()
	.aspectRatio(contentMode: .fit)
	.frame(height: 50.0)
	.padding(-5)
Tender Tarantula