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

7 lines
183 B
Plaintext
Raw Normal View History

2023-03-17 21:06:08 -04:00
<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>