refac: styling

This commit is contained in:
Timothy J. Baek
2024-10-15 05:12:56 -07:00
parent 69d0472898
commit 0131afe667
3 changed files with 6 additions and 6 deletions

View File

@@ -76,7 +76,7 @@
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div class="mx-2 w-full">
<button
class="w-full py-1 px-1.5 rounded-md flex items-center gap-1 text-xs text-gray-500 dark:text-gray-500 font-medium hover:bg-gray-100 dark:hover:bg-gray-900 transition"
class="w-full py-1.5 px-2 rounded-md flex items-center gap-1.5 text-xs text-gray-500 dark:text-gray-500 font-medium hover:bg-gray-100 dark:hover:bg-gray-900 transition"
>
<div class="text-gray-300 dark:text-gray-600">
{#if open}
@@ -92,7 +92,7 @@
</button>
</div>
<div slot="content">
<div slot="content" class=" pl-2">
<slot></slot>
</div>
</Collapsible>