mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 23:22:08 +00:00
tst
This commit is contained in:
parent
a379c4278f
commit
4d769237b6
1 changed files with 2 additions and 1 deletions
|
|
@ -21,8 +21,8 @@ struct HomeSkeletonCell: View {
|
|||
RoundedRectangle(cornerRadius: 5)
|
||||
.fill(Color.gray.opacity(0.3))
|
||||
.frame(width: cellWidth, height: 20)
|
||||
.padding(.top, 4)
|
||||
.shimmering()
|
||||
.padding([.leading, .trailing], 4)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -41,6 +41,7 @@ struct SearchSkeletonCell: View {
|
|||
.fill(Color.gray.opacity(0.3))
|
||||
.frame(width: cellWidth, height: 20)
|
||||
.shimmering()
|
||||
.padding([.leading, .trailing], 4)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue