Skip to content

Commit 46446b2

Browse files
committed
add vertical content margin to voice chat scroll view
1 parent 968bace commit 46446b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ChatGPTUI/Views/VoiceChatView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public struct VoiceChatView<CustomContent: View>: View {
3636
}
3737
}
3838
}
39+
.contentMargins(.top, 16, for: .scrollContent)
3940
.frame(maxWidth: .infinity)
40-
.listStyle(.plain)
4141
.padding(.horizontal)
4242
.overlay { overlayView }
4343

0 commit comments

Comments
 (0)