I tried
<p color="primary">foo</p>
and
<p style="color: primary">foo</p>
but neither works. How do I make my text colour primary
?
I tried
<p color="primary">foo</p>
and
<p style="color: primary">foo</p>
but neither works. How do I make my text colour primary
?
2
Answers
As per James Ashok's comment:
instead of
try this
or you can use something like this:
how ever if you have any custom color code you have to replace it like this