You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see any clear way to define things like colors or add styles to this? Is there a way to add a class prop to be able to further define how it looks?
The text was updated successfully, but these errors were encountered:
While they don't add this prop, you can use other approach.
<mdiconname="github" class="fill-gray-400" /> <!-- example with Tailwind --><mdiconname="github" style="fill: #9ca3af;" /> <!-- example with inline CSS -->
I don't see any clear way to define things like colors or add styles to this? Is there a way to add a class prop to be able to further define how it looks?
The text was updated successfully, but these errors were encountered: