mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +00:00
Fix the theme is not applied to a part of the setting screen on iPadOS (#736)
Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
This commit is contained in:
parent
abff7091cb
commit
32c9d1464a
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ struct DisplaySettingsView: View {
|
|||
Section("settings.display.section.ipad") {
|
||||
Toggle("settings.display.show-ipad-column", isOn: $userPreferences.showiPadSecondaryColumn)
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
}
|
||||
|
||||
Section {
|
||||
|
|
Loading…
Reference in a new issue