mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
Pass color: "current" to the icon helper so triangle-alert / circle-check / star / infinity / pause render in the same color as the pill's text (text-success / text-warning / text-secondary). The icon helper defaults to text-secondary, which made all icons grey regardless of pill variant.
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
<span class="inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium whitespace-nowrap <%= classes %>" aria-label="<%= label %>">
|
|
<%= helpers.icon(icon_name, size: "xs", color: "current") %>
|
|
<%= label %>
|
|
</span>
|