mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-20 16:12:50 +00:00
i cant even do math 😭
This commit is contained in:
parent
7513727ced
commit
50bdc0c78a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue