Fix Tailwind class names
This commit is contained in:
@@ -74,7 +74,7 @@ defmodule MusicLibraryWeb.RecordComponents do
|
|||||||
"text-xs font-medium",
|
"text-xs font-medium",
|
||||||
"bg-zinc-200/80 dark:bg-zinc-500/70",
|
"bg-zinc-200/80 dark:bg-zinc-500/70",
|
||||||
"text-zinc-700 dark:text-zinc-200",
|
"text-zinc-700 dark:text-zinc-200",
|
||||||
"border-1 border-zinc-600/20 dark:border-zinc-500/20"
|
"border border-zinc-600/20 dark:border-zinc-500/20"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
{Records.Record.included_release_groups_count(record)}
|
{Records.Record.included_release_groups_count(record)}
|
||||||
@@ -229,7 +229,7 @@ defmodule MusicLibraryWeb.RecordComponents do
|
|||||||
"text-sm font-medium",
|
"text-sm font-medium",
|
||||||
"bg-zinc-50 dark:bg-zinc-500/10",
|
"bg-zinc-50 dark:bg-zinc-500/10",
|
||||||
"text-zinc-700 dark:text-zinc-400",
|
"text-zinc-700 dark:text-zinc-400",
|
||||||
"border-1 border-zinc-600/20 dark:border-zinc-500/20"
|
"border border-zinc-600/20 dark:border-zinc-500/20"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
{Records.Record.included_release_groups_count(record)}
|
{Records.Record.included_release_groups_count(record)}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
patch={order_path(@record_list_params, :purchase)}
|
patch={order_path(@record_list_params, :purchase)}
|
||||||
size="sm"
|
size="sm"
|
||||||
class={[
|
class={[
|
||||||
@record_list_params.order == :purchase && "!bg-zinc-100 dark:!bg-zinc-700"
|
@record_list_params.order == :purchase && "bg-zinc-100! dark:bg-zinc-700!"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<.icon
|
<.icon
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
patch={order_path(@record_list_params, :alphabetical)}
|
patch={order_path(@record_list_params, :alphabetical)}
|
||||||
size="sm"
|
size="sm"
|
||||||
class={[
|
class={[
|
||||||
@record_list_params.order == :alphabetical && "!bg-zinc-100 dark:!bg-zinc-700"
|
@record_list_params.order == :alphabetical && "bg-zinc-100! dark:bg-zinc-700!"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" />
|
<.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" />
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
size="sm"
|
size="sm"
|
||||||
class={[
|
class={[
|
||||||
"rounded-l-md rounded-r-none",
|
"rounded-l-md rounded-r-none",
|
||||||
@record_list_params.order == :insertion && "!bg-zinc-100 dark:!bg-zinc-700"
|
@record_list_params.order == :insertion && "bg-zinc-100! dark:bg-zinc-700!"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<.icon name="hero-star" class="icon" aria-hidden="true" data-slot="icon" />
|
<.icon name="hero-star" class="icon" aria-hidden="true" data-slot="icon" />
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
size="sm"
|
size="sm"
|
||||||
class={[
|
class={[
|
||||||
"-ml-px rounded-r-md rounded-l-none",
|
"-ml-px rounded-r-md rounded-l-none",
|
||||||
@record_list_params.order == :alphabetical && "!bg-zinc-100 dark:!bg-zinc-700"
|
@record_list_params.order == :alphabetical && "bg-zinc-100 dark:bg-zinc-700!"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" />
|
<.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" />
|
||||||
|
|||||||
Reference in New Issue
Block a user