This commit is contained in:
Timothy Jaeryang Baek
2025-02-15 19:50:40 -08:00
parent 052531ac13
commit fd8998a38f
37 changed files with 281 additions and 273 deletions

View File

@@ -134,7 +134,7 @@
<div class="relative overflow-x-auto">
<table class="w-full text-sm text-left text-gray-600 dark:text-gray-400 table-auto">
<thead
class="text-xs text-gray-700 uppercase bg-transparent dark:text-gray-200 border-b-2 dark:border-gray-800"
class="text-xs text-gray-700 uppercase bg-transparent dark:text-gray-200 border-b-2 dark:border-gray-850"
>
<tr>
<th scope="col" class="px-3 py-2"> {$i18n.t('Name')} </th>

View File

@@ -245,7 +245,7 @@
<div class="flex items-center">{$i18n.t('Delete')}</div>
</DropdownMenu.Item>
<hr class="border-gray-50 dark:border-gray-850 my-0.5" />
<hr class="border-gray-100 dark:border-gray-850 my-0.5" />
<div class="flex p-1">
<Tags

View File

@@ -151,7 +151,7 @@
</a>
{/if}
<hr class=" border-gray-50 dark:border-gray-850 my-1 p-0" />
<hr class=" border-gray-100 dark:border-gray-850 my-1 p-0" />
<button
class="flex rounded-md py-2 px-3 w-full hover:bg-gray-50 dark:hover:bg-gray-800 transition"
@@ -185,7 +185,7 @@
</button>
{#if $activeUserIds?.length > 0}
<hr class=" border-gray-50 dark:border-gray-850 my-1 p-0" />
<hr class=" border-gray-100 dark:border-gray-850 my-1 p-0" />
<Tooltip
content={$USAGE_POOL && $USAGE_POOL.length > 0