Package
v4.x
Description
This would allow you to set the active tab's icon to a different color than the text itself.
Maybe something like this?
<UTabs :ui="{
leadingIcon: "data-[state=active]:text-primary"
}"
/>
Here's a screenshot of what I'm talking about. Normally the "Account" would be green like the icon, but by allowing the icon to be a different color than text, we can have a few more design options.
Additional context
No response