Skip to content

Commit caca894

Browse files
authored
Add shadow for play icon (#153)
1 parent 1f00e52 commit caca894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StreamChatSwiftUI/ChatChannel/MessageList/VideoAttachmentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ struct VideoAttachmentContentView: View {
157157
.customizable()
158158
.frame(width: 24)
159159
.foregroundColor(.white)
160+
.modifier(ShadowModifier())
160161
}
161162
.frame(width: width, height: width * ratio)
162163
.contentShape(Rectangle())

0 commit comments

Comments
 (0)