You should use .resizable() before applying any size modifications on an Image.
Image(room.thumbnailImage)
.resizable()
.frame(width: 32.0, height: 32.0)
You should use .resizable() before applying any size modifications on an Image.
Image(room.thumbnailImage)
.resizable()
.frame(width: 32.0, height: 32.0)