Skip to content

Commit

Permalink
Update FileDropzone.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
gary149 committed Jul 18, 2024
1 parent 71b311e commit 6383578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/FileDropzone.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
on:dragenter={() => (onDragInner = true)}
on:dragleave={() => (onDragInner = false)}
on:dragover|preventDefault
class="relative flex h-28 w-full max-w-4xl flex-col items-center justify-center gap-1 rounded-xl border-4 border-dotted {onDragInner
class="relative flex h-28 w-full max-w-4xl flex-col items-center justify-center gap-1 rounded-xl border-2 border-dotted {onDragInner
? 'border-blue-200 !bg-blue-500/10 text-blue-600 *:pointer-events-none dark:border-blue-600 dark:bg-blue-500/20 dark:text-blue-500'
: 'bg-gray-100 text-gray-500 dark:border-gray-500 dark:bg-gray-700 dark:text-gray-400'}"
>
Expand Down

0 comments on commit 6383578

Please sign in to comment.