Skip to content

Commit

Permalink
docs(changeset): fix CodeImage logo on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Dec 21, 2023
1 parent 2395a2c commit 9554818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-pants-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@codeimage/app': patch
---

fix CodeImage logo on light mode
1 change: 1 addition & 0 deletions apps/codeimage/src/components/Icons/CodeImageLogoV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const CodeImageLogoV2 = (
<style>
{`.cls-1 { fill: ${color} } .cls-2 { fill: url(#codeimage-gradient-blue); }`}
{`[data-theme-mode=light] .cls-1 { fill: #000 } [data-theme-mode=light] .cls-3 { fill: #fff }`}
{`[data-cui-theme=light] .cls-1 { fill: #000 } [data-cui-theme=light] .cls-3 { fill: #fff }`}
</style>
<linearGradient
id="codeimage-gradient-blue"
Expand Down

0 comments on commit 9554818

Please sign in to comment.