**Improve colors management** I have a theme color like `text = #000000`, I want to be able to add the alpha inside the component, In this component like: ```tsx <StylinComponent color="text" colorOpacity="10%" /> ```
Improve colors management
I have a theme color like
text = #000000, I want to be able to add the alpha inside the component, In this component like: