fix: lottie logo color in dark mode
This commit is contained in:
parent
c89a974bb3
commit
a1d063c0a4
|
|
@ -43,6 +43,7 @@ export const Logo: React.FC<{
|
|||
width: width || 100,
|
||||
height: height || 100,
|
||||
}}
|
||||
className="xlog-lottie-logo"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -364,3 +364,7 @@ textarea.input {
|
|||
border-right-color: currentColor;
|
||||
@apply animate-spin;
|
||||
}
|
||||
|
||||
.xlog-lottie-logo path[fill="rgb(0,0,0)"] {
|
||||
@apply fill-current;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue