fix: in the dark mode make the github icon white (#1927)
the color is copy in github website close https://github.com/Crossbell-Box/xLog/issues/1913 Co-authored-by: pengyunfei <pengyunfei@360.cn>
This commit is contained in:
parent
78dc4cce44
commit
2e5ee44af8
|
|
@ -42,7 +42,7 @@ export default async function PromotionLinks({
|
|||
</Tooltip>
|
||||
{GITHUB_LINK && (
|
||||
<UniLink
|
||||
className="flex-1 flex justify-center text-[#181717]"
|
||||
className="flex-1 flex justify-center text-[#181717] dark:text-[#e6edf3]"
|
||||
href={GITHUB_LINK}
|
||||
>
|
||||
<span className="inline-block i-mingcute-github-fill text-2xl"></span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue