Hello,
When creating an app with side bar for iPadOS using SwiftUI, when in dark mode the color of the sidebar and the detail view is indistinguishable. When running in light mode the sidebar has a distinct color. Just build and run the Fruta sample app and you can notice the issue. I tried adding something like .background(Color.gray) to the list but it has no effect.
I compared with the Files app on iPad, and the side bar in that app is a grey color which clearly separates the side bar from the detail content.
Is this a known issue? Are there any customisation modifiers that can set the background color?
Thanks!
Best Regards,
Filip
When creating an app with side bar for iPadOS using SwiftUI, when in dark mode the color of the sidebar and the detail view is indistinguishable. When running in light mode the sidebar has a distinct color. Just build and run the Fruta sample app and you can notice the issue. I tried adding something like .background(Color.gray) to the list but it has no effect.
I compared with the Files app on iPad, and the side bar in that app is a grey color which clearly separates the side bar from the detail content.
Is this a known issue? Are there any customisation modifiers that can set the background color?
Thanks!
Best Regards,
Filip