Uniform icon classes inside buttons

This commit is contained in:
Claudio Ortolina
2025-08-20 20:03:03 +03:00
parent 715ad6be49
commit 03aa6833df
5 changed files with 11 additions and 11 deletions
@@ -12,7 +12,7 @@
size="sm"
patch={~p"/scrobble-rules/new"}
>
<.icon name="hero-plus" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
<.icon name="hero-plus" class="icon" aria-hidden="true" data-slot="icon" />
{gettext("New Rule")}
</.button>
<.button
@@ -20,7 +20,7 @@
size="sm"
phx-click="apply_all_rules"
>
<.icon name="hero-play" class="h-4 w-4 mr-2" />
<.icon name="hero-play" class="icon" />
{gettext("Apply All")}
</.button>
</.button_group>