Open kaunteya opened 4 years ago
https://github.com/CosmicMind/Material/blob/ea59f7c4d72a4c3a3694042b05d4276e2ffd4e26/Sources/iOS/NavigationDrawer/NavigationDrawerController.swift#L1052
Why is backgroundColor of leftView and rightView of NavigationDrawerController explicitly set to white? How do I change this color?
backgroundColor
white
https://github.com/CosmicMind/Material/blob/ea59f7c4d72a4c3a3694042b05d4276e2ffd4e26/Sources/iOS/NavigationDrawer/NavigationDrawerController.swift#L1052
Why is
backgroundColor
of leftView and rightView of NavigationDrawerController explicitly set towhite
? How do I change this color?