Skip to content

Commit afc56b9

Browse files
committed
refac
1 parent 0a61666 commit afc56b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/workspace/Prompts/PromptEditor.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
<div class="mt-1.5">
419419
<Tooltip content={$i18n.t('Click to copy ID')}>
420420
<button
421-
class="text-xs text-gray-500 font-mono bg-gray-50 dark:bg-gray-850 px-2 py-1 rounded-lg cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-800 transition"
421+
class="text-xs text-gray-500 font-mono px-2 py-1 rounded-lg cursor-pointer hover:underline transition"
422422
on:click={() => {
423423
copyToClipboard(prompt.id);
424424
toast.success($i18n.t('ID copied to clipboard'));
@@ -465,7 +465,7 @@
465465
</div>
466466
{#if selectedHistoryEntry}
467467
<span
468-
class="text-xs text-gray-500 font-mono bg-gray-100 dark:bg-gray-800 px-1.5 py-0.5 rounded"
468+
class="text-xs text-gray-500 font-mono bg-gray-100 dark:bg-gray-800 px-1.5 rounded"
469469
>
470470
{selectedHistoryEntry.id.slice(0, 7)}
471471
</span>

0 commit comments

Comments
 (0)