Skip to content

Commit

Permalink
add vertical content margin to voice chat scroll view
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Jun 8, 2024
1 parent 968bace commit 46446b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ChatGPTUI/Views/VoiceChatView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public struct VoiceChatView<CustomContent: View>: View {
}
}
}
.contentMargins(.top, 16, for: .scrollContent)
.frame(maxWidth: .infinity)
.listStyle(.plain)
.padding(.horizontal)
.overlay { overlayView }

Expand Down

0 comments on commit 46446b2

Please sign in to comment.