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
1 changed files with 1 additions and 0 deletions

View File

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