We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2395a2c commit 9554818Copy full SHA for 9554818
.changeset/tough-pants-run.md
@@ -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
@@ -32,6 +32,7 @@ export const CodeImageLogoV2 = (
32
<style>
33
{`.cls-1 { fill: ${color} } .cls-2 { fill: url(#codeimage-gradient-blue); }`}
34
{`[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 }`}
36
</style>
37
<linearGradient
38
id="codeimage-gradient-blue"
0 commit comments