File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/lib/components/chat/Messages/Citations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
{#each citations as citation , idx }
61
61
<button
62
62
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"
64
64
on:click ={() => {
65
65
showCitationModal = true ;
66
66
selectedCitation = citation ;
67
67
}}
68
68
>
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 }.
71
71
</div >
72
72
<div
73
73
class =" flex-1 truncate text-black/60 hover:text-black dark:text-white/60 dark:hover:text-white transition text-left"
You can’t perform that action at this time.
0 commit comments