cannery/lib/cannery_web/components/core_components/simple_tag_card.html.heex

7 lines
183 B
Plaintext

<h1
class="inline-block break-all mx-2 my-1 px-4 py-2 rounded-lg title text-xl"
style={"color: #{@tag.text_color}; background-color: #{@tag.bg_color}"}
>
<%= @tag.name %>
</h1>