I created a TabNavigator
with a bunch of NavigatorContent
inside it, and want to skin just the buttons of the tabs themselves. So I added a skinClass
, but looks like in the documentation, there's no skin part to target the button specifically.
Do I have to style the mx:TabNavigator
itself to accomplish this? I was hoping not since I don't know how to style mx
components and am more comfortable with styling spark
.
Any other alternatives that I didn't think about?