Skip to content

Commit 11e961b

Browse files
committed
⚡️ Adopt drawingGroup!
1 parent def5c35 commit 11e961b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftUI2048/Views/BlockGridView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ struct BlockGridView : View {
134134
)
135135
.clipped()
136136
.cornerRadius(6)
137+
.drawingGroup(opaque: false, colorMode: .linear)
137138
}
138139

139140
}

0 commit comments

Comments
 (0)