Skip to content

Commit 1e0c0a6

Browse files
Fixed a bug with the gallery view close button in dark mode
1 parent 7ea34ad commit 1e0c0a6

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

Sources/StreamChatSwiftUI/CommonViews/GalleryHeaderView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ struct GalleryHeaderView: View {
2424
isShown = false
2525
} label: {
2626
Image(uiImage: images.close)
27+
.customizable()
28+
.frame(height: 16)
2729
}
2830
.padding()
2931
.foregroundColor(Color(colors.text))
268 Bytes
Loading
336 Bytes
Loading

0 commit comments

Comments
 (0)