mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-31 06:48:37 +00:00
fr
This commit is contained in:
parent
5ad17b7166
commit
cbddeb6eb0
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ 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: 14)
|
||||
.padding(.bottom)
|
||||
.shimmering()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue