Fix incorrect background color on feature flag prefs section

This commit is contained in:
Shadowfacts 2024-08-27 20:42:51 -04:00
parent 59fb69525b
commit 59af29ff64

View File

@ -199,6 +199,7 @@ struct AdvancedPrefsView : View {
} header: {
Text("Feature Flags")
}
.appGroupedListRowBackground()
}
}