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
TLDR: Currently, there exists a method to deliver PF icons as svgs. To properly support theming, we need the ability to render inline svgs and manage their basic settings.
React extension/enhancement
Similarly to icons, we need deliver SVG as inline code, instead of using <img> tags.
Another thing to keep in mind is the Red Hat icons we hope to adopt when they are ready. @lboehling has an issue to do an Icon audit of PF and RH icons. Not sure what the delivery method will be for the RH icons when the time comes. We may have similar issues with the RH logos and applying PF classes on Brand created svgs.
TLDR: Currently, there exists a method to deliver PF icons as svgs. To properly support theming, we need the ability to render inline svgs and manage their basic settings.
React extension/enhancement
Similarly to icons, we need deliver SVG as inline code, instead of using
<img>
tags.This issue refers to the first step of SVG theming support
The text was updated successfully, but these errors were encountered: