i cant even do math 😭

This commit is contained in:
Francesco 2025-06-01 21:41:07 +02:00
parent 7513727ced
commit 50bdc0c78a

View file

@ -38,7 +38,7 @@ struct SearchSkeletonCell: View {
RoundedRectangle(cornerRadius: 5)
.fill(Color.gray.opacity(0.3))
.frame(width: cellWidth - 10, height: cellWidth/0.75)
.frame(width: cellWidth - 10, height: cellWidth * 0.75)
.shimmering()
}
}