TabBar Color not working with SwiftUI yet?

Hi,


I am just trying to change the color of tabBar in the project.

It should be as simple as this and it works on an iOS13 project without SwiftUI.


UITabBar.appearance().tintColor = .red


When using SwiftUI I get the stock blue color.


Is there something else I need to do?


I have tried to add a color to the


TabbedView(selection: $selection){


block, but that doesn't work on of the brackets.


Could someone confirm this - or is this a known issue?