-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Environment
- CLI: rc
- Cross-platform modules: rc
- Android Runtime: rc
Describe the bug
TabStripItem color value not applied on element's text.
To Reproduce
Use the following setup (also visible in e2e/ui-tests-app -> tabs -> color example):
<Tabs>
<TabStrip>
<TabStripItem title="First" class="special"></TabStripItem>
<TabStripItem title="Second"></TabStripItem>
</TabStrip>
<TabContentItem class="special">
<GridLayout>
<Label text="First View" />
</GridLayout>
</TabContentItem>
<TabContentItem>
<GridLayout>
<Label text="Second View" />
</GridLayout>
</TabContentItem>
</Tabs>TabStripItem.special {
color: teal;
}Expected behavior
TabStripItem color value should be applied on element's text.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.