I've successfully created a SplitView when viewing on the iPad by
NavigationView {
MasterView()
DetailView()
}
but I've noticed a toggle button on the top left when the iPad is in landscape mode, I would like to know if there's any way to either change the button color or hide it.