Skip to content

Commit 4be9140

Browse files
committed
Working sound save
1 parent 424fbd9 commit 4be9140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Views/SettingGroup.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public struct SettingGroupView<Content: View>: View {
106106
.foregroundColor(foregroundColor ?? settingSecondaryColor)
107107
}
108108
}
109+
.frame(maxWidth: .infinity, alignment: .leading)
109110
.padding(.horizontal, backgroundCornerRadius)
110111
.padding(.bottom, 6)
111112
}

0 commit comments

Comments
 (0)