"backend/vscode:/vscode.git/clone" did not exist on "edbd07f893dcf6fdd996a098a74264f106e4129f"
Commit acbdb05b authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent 0ced153f
......@@ -29,18 +29,10 @@
</button>
{:else}
<button on:click={() => (open = !open)}>
<slot />
<div
class="flex items-center gap-2 text-gray-500 hover:text-gray-700 dark:hover:text-gray-300 transition"
>
<slot />
{#if open}
<ChevronUp strokeWidth="3.5" className="size-3.5 " />
{:else}
<ChevronDown strokeWidth="3.5" className="size-3.5 " />
{/if}
</div>
</button>
{/if}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment