forked from shadowfacts/Tusker
Fix Appearance > Interface prefs using wrong row background color
This commit is contained in:
parent
31a0db014a
commit
16029dc161
|
@ -95,6 +95,7 @@ struct AppearancePrefsView : View {
|
||||||
Section(header: Text("Interface")) {
|
Section(header: Text("Interface")) {
|
||||||
WidescreenNavigationPrefsView()
|
WidescreenNavigationPrefsView()
|
||||||
}
|
}
|
||||||
|
.appGroupedListRowBackground()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue