Canonicalize tailwind classes

This commit is contained in:
Claudio Ortolina
2026-04-21 14:21:19 +01:00
parent 007f59b0c3
commit 016c4691be
17 changed files with 32 additions and 32 deletions
@@ -68,7 +68,7 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
data-slot="icon"
/>
<span class="sr-only sm:not-sr-only">{gettext("Chat")}</span>
<span :if={@chat_count > 0} class="sr-only sm:not-sr-only text-xs font-medium">
<span :if={@chat_count > 0} class="sr-only text-xs font-medium sm:not-sr-only">
{@chat_count}
</span>
</.button>