Skip to content

Commit

Permalink
Merge pull request #36 from Royal-lobster/fix-new-chat-button
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Nov 19, 2023
2 parents f6b37a2 + 260a23d commit 6d1717d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dull-apricots-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"syncia": patch
---

fix new chat button on light mode
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 6d1717d

Please sign in to comment.