fix: lottie logo color in dark mode

This commit is contained in:
daidr 2023-04-14 01:32:43 +08:00
parent c89a974bb3
commit a1d063c0a4
No known key found for this signature in database
GPG Key ID: 5003CFBB53B5176F
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export const Logo: React.FC<{
width: width || 100,
height: height || 100,
}}
className="xlog-lottie-logo"
/>
)
}

View File

@ -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;
}