Skip to content

Commit 5bf0255

Browse files
committed
fix: drop zone cursor colors
1 parent 6711b59 commit 5bf0255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/postgres-new/components/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function Chat() {
126126
cursorElement: (
127127
<m.div
128128
layoutId={nextMessageId}
129-
className="px-5 py-2.5 text-base rounded-full bg-neutral-100 flex gap-2 items-center shadow-xl z-50"
129+
className="px-5 py-2.5 text-foreground rounded-full bg-border flex gap-2 items-center shadow-xl z-50"
130130
>
131131
<Paperclip size={14} /> Add file to chat
132132
</m.div>

0 commit comments

Comments
 (0)