most insane update ever (couldnt tell a difference)

This commit is contained in:
50/50 2025-07-30 19:58:41 +02:00
parent 6aad8c85e8
commit 3544c83389

View file

@ -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