Skip to content

Commit

Permalink
Add white text color to the create new chat button in the ChatHistory…
Browse files Browse the repository at this point in the history
… component
  • Loading branch information
Royal-lobster committed Nov 19, 2023
1 parent f6b37a2 commit 66e9ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/chat/ChatHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ChatHistory = () => {
</h1>
<button
type="button"
className="cdx-flex cdx-items-center cdx-bg-[#3B82F6] cdx-gap-1.5 cdx-px-2.5 cdx-py-1.5 cdx-rounded-sm cdx-font-medium"
className="cdx-flex cdx-items-center cdx-text-white cdx-bg-[#3B82F6] cdx-gap-1.5 cdx-px-2.5 cdx-py-1.5 cdx-rounded-sm cdx-font-medium"
onClick={handleCreateNewChat}
>
<RiAddLine />
Expand Down

0 comments on commit 66e9ab5

Please sign in to comment.