Skip to content

Commit 5110411

Browse files
committed
🧹 Minor fix
1 parent 86d72d3 commit 5110411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/logr_web/components/core_components.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ defmodule LogrWeb.CoreComponents do
318318
name={@name}
319319
value="true"
320320
checked={@checked}
321-
class="rounded border-zinc-300 text-zinc-900 focus:ring-0"
321+
class="rounded-sm border-zinc-300 text-zinc-900 focus:ring-0"
322322
{@rest}
323323
/>
324324
{@label}
@@ -335,7 +335,7 @@ defmodule LogrWeb.CoreComponents do
335335
<select
336336
id={@id}
337337
name={@name}
338-
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"
338+
class="mt-2 block w-full rounded-md border border-gray-300 bg-white shadow-xs focus:border-zinc-400 focus:ring-0 sm:text-sm"
339339
multiple={@multiple}
340340
{@rest}
341341
>

0 commit comments

Comments
 (0)