Use fluxon components for remaining inputs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<header class="gap-6 mb-2">
|
||||
<div class="flex items-center justify-between gap-6 mb-2 mt-2">
|
||||
<.search_form query={@record_list_params.query} />
|
||||
<nav class="mt-2 isolate inline-flex rounded-md shadow-xs">
|
||||
<nav class="isolate inline-flex rounded-md shadow-xs">
|
||||
<.link
|
||||
class={[
|
||||
"relative inline-flex items-center rounded-l-md",
|
||||
@@ -41,7 +41,7 @@
|
||||
patch={order_path(@record_list_params, :purchase)}
|
||||
class={[
|
||||
"relative inline-flex items-center rounded-l-md",
|
||||
"px-3 py-2 text-xs sm:text-sm font-semibold",
|
||||
"px-3 py-2 text-sm font-semibold",
|
||||
"ring-1 ring-inset focus:z-10",
|
||||
"bg-white dark:bg-zinc-900 text-zinc-900 dark:text-zinc-300 hover:bg-zinc-100 dark:hover:bg-zinc-700 ring-zinc-300",
|
||||
@record_list_params.order == :purchase && "!bg-zinc-100 dark:!bg-zinc-700"
|
||||
|
||||
Reference in New Issue
Block a user