Change the Channel List VC Navigationbar Color in Dark Mode

Sendbird UIKit v3.0
iOS Version 15.5

I would kill to change the navigation bar color to black in dark mode for SBUGroupChannelListViewController. Currently I’m using below code using Themes which works but it sets the navigational color to gray in dark mode. but I would like to change it to black , just one change.

        if UITraitCollection.current.userInterfaceStyle == .dark {
            print("Dark mode")
            SBUTheme.set(theme: .dark)
        } else {
            SBUTheme.set(theme: .light)
            print("Light mode")
        }

Attached screenshots for reference.


Can you please suggest me a way to customise the appearance of the nabber in dark mode.

-Janakiram

Team ,

Any update on this ?.

-Janakiram