Fix Appearance > Interface prefs using wrong row background color

This commit is contained in:
Shadowfacts 2023-10-01 00:12:01 -04:00
parent 31a0db014a
commit 16029dc161
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ struct AppearancePrefsView : View {
Section(header: Text("Interface")) {
WidescreenNavigationPrefsView()
}
.appGroupedListRowBackground()
}
}