|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
<slot name="content">
|
|
<slot name="content">
|
|
<DropdownMenu.Content
|
|
<DropdownMenu.Content
|
|
- class="w-full {className} text-sm rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-xl font-primary"
|
|
|
|
|
|
+ class="w-full {className} text-sm rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg font-primary"
|
|
sideOffset={8}
|
|
sideOffset={8}
|
|
side="bottom"
|
|
side="bottom"
|
|
align="start"
|
|
align="start"
|
|
@@ -150,7 +150,7 @@
|
|
</button>
|
|
</button>
|
|
{/if}
|
|
{/if}
|
|
|
|
|
|
- <hr class=" dark:border-gray-800 my-1.5 p-0" />
|
|
|
|
|
|
+ <hr class=" border-gray-50 dark:border-gray-850 my-1 p-0" />
|
|
|
|
|
|
<button
|
|
<button
|
|
class="flex rounded-md py-2 px-3 w-full hover:bg-gray-50 dark:hover:bg-gray-800 transition"
|
|
class="flex rounded-md py-2 px-3 w-full hover:bg-gray-50 dark:hover:bg-gray-800 transition"
|
|
@@ -183,7 +183,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
{#if $activeUserCount}
|
|
{#if $activeUserCount}
|
|
- <hr class=" dark:border-gray-800 my-1.5 p-0" />
|
|
|
|
|
|
+ <hr class=" border-gray-50 dark:border-gray-850 my-1 p-0" />
|
|
|
|
|
|
<Tooltip
|
|
<Tooltip
|
|
content={$USAGE_POOL && $USAGE_POOL.length > 0
|
|
content={$USAGE_POOL && $USAGE_POOL.length > 0
|