diff --git a/src/lib/components/forms/InputSelect.svelte b/src/lib/components/forms/InputSelect.svelte index 8731298..b66bfde 100644 --- a/src/lib/components/forms/InputSelect.svelte +++ b/src/lib/components/forms/InputSelect.svelte @@ -40,7 +40,7 @@ -
None available
{:else} @@ -59,7 +59,7 @@ {/if} {#if expanded} -{title}
{subtitle}
diff --git a/src/lib/components/ui/Button.svelte b/src/lib/components/ui/Button.svelte index 2545e27..7465b5d 100644 --- a/src/lib/components/ui/Button.svelte +++ b/src/lib/components/ui/Button.svelte @@ -24,12 +24,12 @@ "normal": { "danger": "bg-red-500 hover:bg-red-600 text-white border border-transparent", "success": "bg-emerald-500 hover:bg-emerald-600 text-white border border-transparent", - "primary": "bg-neutral-800 dark:bg-neutral-700 hover:bg-neutral-600 text-white border border-transparent", + "primary": "bg-neutral-800 dark:bg-neutral-200 hover:bg-neutral-600 dark:hover:bg-neutral-400 text-white dark:text-black border border-transparent", }, "inverted": { "danger": "bg-white dark:bg-black hover:bg-red-100 dark:hover:bg-red-950 text-red-500 border border-red-500", "success": "bg-white hover:bg-emerald-100 text-emerald-500 border border-emerald-500", - "primary": "bg-white dark:bg-neutral-950 hover:bg-neutral-100 dark:hover:bg-neutral-900 text-neutral-800 dark:text-neutral-200 border border-neutral-800", + "primary": "bg-white dark:bg-neutral-950 hover:bg-neutral-100 dark:hover:bg-neutral-800 text-neutral-800 dark:text-neutral-200 border border-neutral-800 dark:border-neutral-700", }, }; diff --git a/src/lib/components/ui/HorizontalSpacer.svelte b/src/lib/components/ui/HorizontalSpacer.svelte index 5f97965..98e8d92 100644 --- a/src/lib/components/ui/HorizontalSpacer.svelte +++ b/src/lib/components/ui/HorizontalSpacer.svelte @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file