Godot Version
4.2.1 Stable
I have a TabContainer
which has X amount of TabBar
nodes, the TabContainer
has a Theme changing the font and their outline only. I want each TabBar
to have their own custom theme (specifically font color), however, no matter in which way i do it, using theme or theme overrides, the TabBar
does not change its theme in any way.
Is it even possible to individually customize the tabs or they all follow the TabContainer
theme no matter what i setup?