Skip to content

Commit

Permalink
Refactor ChatList component to include dark mode styles for the "Star…
Browse files Browse the repository at this point in the history
…t a new conversation" heading and the message input text
  • Loading branch information
Royal-lobster committed Nov 26, 2023
1 parent 4b4fa35 commit aa28cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified artifacts/chrome.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/Sidebar/chat/ChatList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const ChatList = ({ messages }: ChatListProps) => {
height={300}
width={300}
/>
<h1 className="cdx-text-xl cdx-text-gray-500">
<h1 className="cdx-text-xl cdx-text-gray-500 dark:cdx-text-gray-400">
Start a new conversation 🎉
</h1>
<p className="cdx-text-gray-500 cdx-mt-1 cdx-leading-tight cdx-font-light">
<p className="cdx-text-gray-500 dark:cdx-text-gray-400 cdx-mt-1 cdx-leading-tight cdx-font-light">
Type your message at the bottom <br /> and press send button
</p>
</div>
Expand Down

0 comments on commit aa28cc0

Please sign in to comment.