mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 23:52:09 +00:00
most insane update ever (couldnt tell a difference)
This commit is contained in:
parent
6aad8c85e8
commit
3544c83389
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ struct BookmarkGridItemView: View {
|
|||
.overlay(
|
||||
ZStack(alignment: .bottomTrailing) {
|
||||
Circle()
|
||||
.fill(Color.black.opacity(0.5))
|
||||
.fill(.ultraThinMaterial)
|
||||
.frame(width: 28, height: 28)
|
||||
.overlay(
|
||||
LazyImage(url: URL(string: module.metadata.iconUrl)) { state in
|
||||
|
|
|
|||
Loading…
Reference in a new issue