rgb Color on Icons #532
Replies: 1 comment
-
It's all good now. After trying out some additional things, I found a solution. We can add a class element in the icon call and simply refer to a CSS class inside it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new using blazor and blazor bootstrap.
I want to use an icon like this
<Icon Name="@IconName" Size="IconSize.x5" Color="IconColor.White" /> @Text
My question is: Is there a way to use an RGB or hex color instead of an IconColor?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions