Skip to content

Commit debcc3a

Browse files
committed
refac
1 parent 7b78c64 commit debcc3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/chat/MessageInput.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
<Tooltip content={$i18n.t('Create note')} className=" flex items-center">
18351835
<button
18361836
id="create-note-button"
1837-
class=" text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition rounded-full p-1.5 -mr-1 self-center"
1837+
class=" text-gray-500 dark:text-gray-500 hover:text-gray-700 dark:hover:text-gray-200 transition rounded-full p-1.5 -mr-1 self-center"
18381838
type="button"
18391839
disabled={prompt === '' && files.length === 0}
18401840
on:click={() => {

0 commit comments

Comments
 (0)