aheze / Setting

Compose beautiful preference panels.
https://twitter.com/aheze0/status/1628615055163142144
MIT License
1.44k stars 59 forks source link

Unable to change Background Color for pushed SettingCustomView #39

Open RizwanaDesai opened 6 months ago

RizwanaDesai commented 6 months ago
SettingPage(title: "Integrations") {
                     SettingCustomView {
                                        IntegrationsSettingView()
                      }
}

I'm navigating User to Custom settings view where i want to change background color for that View including navigation area, but unable to set background color for entire screen. Attached is the screen shot for reference. simulator_screenshot_C6E58EF5-27FC-4181-9C89-D3B8CCBEA60A

Any help would be greatly appreciated.