Fix misalignment of buttons and inputs in search form
This commit is contained in:
@@ -236,7 +236,7 @@ defmodule MusicLibraryWeb.CoreComponents do
|
|||||||
<button
|
<button
|
||||||
type={@type}
|
type={@type}
|
||||||
class={[
|
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 ",
|
"text-sm font-semibold leading-6 ",
|
||||||
"bg-zinc-900 hover:bg-zinc-800 dark:bg-zinc-100 dark:hover:bg-zinc-200",
|
"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",
|
"text-white active:text-white/80 dark:text-zinc-900 dark:active:text-zinc-900/80",
|
||||||
|
|||||||
Reference in New Issue
Block a user