Skip to content

Commit 4b4583d

Browse files
committed
refac: styling
1 parent bcf76df commit 4b4583d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/components/chat/Messages/Citations/CitationsModal.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
{#each citations as citation, idx}
6161
<button
6262
id={`source-${id}-${idx + 1}`}
63-
class="no-toggle outline-hidden flex dark:text-gray-300 bg-white dark:bg-gray-900 rounded-xl gap-2 items-center"
63+
class="no-toggle outline-hidden flex dark:text-gray-300 bg-white dark:bg-gray-900 rounded-xl gap-1.5 items-center"
6464
on:click={() => {
6565
showCitationModal = true;
6666
selectedCitation = citation;
6767
}}
6868
>
69-
<div class="bg-gray-50 dark:bg-gray-800 rounded-full size-5">
70-
{idx + 1}
69+
<div class=" font-medium">
70+
{idx + 1}.
7171
</div>
7272
<div
7373
class="flex-1 truncate text-black/60 hover:text-black dark:text-white/60 dark:hover:text-white transition text-left"

0 commit comments

Comments
 (0)