We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424fbd9 commit 4be9140Copy full SHA for 4be9140
Sources/Views/SettingGroup.swift
@@ -106,6 +106,7 @@ public struct SettingGroupView<Content: View>: View {
106
.foregroundColor(foregroundColor ?? settingSecondaryColor)
107
}
108
109
+ .frame(maxWidth: .infinity, alignment: .leading)
110
.padding(.horizontal, backgroundCornerRadius)
111
.padding(.bottom, 6)
112
0 commit comments