Skip to content

Commit

Permalink
add bg to chat
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Dec 28, 2023
1 parent 032858f commit 0b33a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ChatWithLLM: React.FC = () => {
};

return (
<div className="flex flex-col w-full h-full mx-auto border shadow-lg overflow-hidden">
<div className="flex flex-col w-full h-full mx-auto border shadow-lg overflow-hidden bg-white">
<div className="flex-1 overflow-auto p-4 bg-transparent">
{loading && <p className="text-center text-gray-500">Loading...</p>}
<div className="space-y-2">
Expand Down

0 comments on commit 0b33a29

Please sign in to comment.