Skip to content

Commit 4a48cc9

Browse files
updated action view buttons height
1 parent a1dfe8a commit 4a48cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/CommonViews/ActionItemView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct ActionItemView: View {
2121
.resizable()
2222
.renderingMode(.template)
2323
.aspectRatio(contentMode: .fit)
24-
.frame(maxHeight: 16)
24+
.frame(maxHeight: 20)
2525
.foregroundColor(
2626
isDestructive ? Color(colors.alert) : Color(colors.textLowEmphasis)
2727
)

0 commit comments

Comments
 (0)