Update the select component to add the dark theme.

dev
KKlochko 2 months ago
parent d8587ca9b6
commit 4de9c62939

@ -398,7 +398,7 @@ defmodule DecentralisedBookIndexWeb.CoreComponents do
<select
id={@id}
name={@name}
class="mt-2 block w-full rounded-md border border-gray-300 bg-white shadow-sm focus:border-zinc-400 focus:ring-0 sm:text-sm"
class="mt-2 block w-full rounded-md border border-gray-300 bg-white shadow-sm focus:border-zinc-400 focus:ring-0 sm:text-sm dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
multiple={@multiple}
{@rest}
>

Loading…
Cancel
Save