Skip to content

Commit 9554818

Browse files
committed
docs(changeset): fix CodeImage logo on light mode
1 parent 2395a2c commit 9554818

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tough-pants-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@codeimage/app': patch
3+
---
4+
5+
fix CodeImage logo on light mode

apps/codeimage/src/components/Icons/CodeImageLogoV2.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const CodeImageLogoV2 = (
3232
<style>
3333
{`.cls-1 { fill: ${color} } .cls-2 { fill: url(#codeimage-gradient-blue); }`}
3434
{`[data-theme-mode=light] .cls-1 { fill: #000 } [data-theme-mode=light] .cls-3 { fill: #fff }`}
35+
{`[data-cui-theme=light] .cls-1 { fill: #000 } [data-cui-theme=light] .cls-3 { fill: #fff }`}
3536
</style>
3637
<linearGradient
3738
id="codeimage-gradient-blue"

0 commit comments

Comments
 (0)