Fix misalignment of buttons and inputs in search form

This commit is contained in:
Claudio Ortolina
2024-11-27 22:41:13 +00:00
parent 504596c42d
commit 1cf681db05
@@ -236,7 +236,7 @@ defmodule MusicLibraryWeb.CoreComponents do
<button
type={@type}
class={[
"phx-submit-loading:opacity-75 rounded-md py-2 px-3",
"phx-submit-loading:opacity-75 rounded-md py-2 px-3 mt-2",
"text-sm font-semibold leading-6 ",
"bg-zinc-900 hover:bg-zinc-800 dark:bg-zinc-100 dark:hover:bg-zinc-200",
"text-white active:text-white/80 dark:text-zinc-900 dark:active:text-zinc-900/80",