Open
Description
Hi, I have problem with the default display of icons (I do not try all yet)
This is the code with bootstrap icons:
<%= bootstrap_icon("trash", size: :lg) %>
<%= bootstrap_icon("trash", size: :lg, stroke: "transparent", fill: "black") %>
<%= bootstrap_icon("trash", size: :lg, class: "text-red-600") %>
<%= bootstrap_icon("trash", size: :lg, stroke: "transparent", fill: "red") %>
and de result:
And this with box_icon
<%= box_icon("regular-trash", stroke: "transparent", fill: "red") %>
<%= box_icon("regular-trash") %>
and the result:
I have to set stroke
and fill
to see well defined icon
Metadata
Metadata
Assignees
Labels
No labels