We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6711b59 commit 5bf0255Copy full SHA for 5bf0255
apps/postgres-new/components/chat.tsx
@@ -126,7 +126,7 @@ export default function Chat() {
126
cursorElement: (
127
<m.div
128
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"
+ className="px-5 py-2.5 text-foreground rounded-full bg-border flex gap-2 items-center shadow-xl z-50"
130
>
131
<Paperclip size={14} /> Add file to chat
132
</m.div>
0 commit comments