mirror of https://github.com/fantasticit/think.git
client: fix dark mode text
This commit is contained in:
parent
20659d377c
commit
8b2e6d1adb
|
@ -179,7 +179,7 @@ export const WikiTocs: React.FC<IProps> = ({
|
||||||
>
|
>
|
||||||
<a>
|
<a>
|
||||||
<IconOverview style={{ fontSize: '1em' }} />
|
<IconOverview style={{ fontSize: '1em' }} />
|
||||||
<span>主页</span>
|
<Text>主页</Text>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
@ -220,7 +220,7 @@ export const WikiTocs: React.FC<IProps> = ({
|
||||||
>
|
>
|
||||||
<a>
|
<a>
|
||||||
<IconSetting style={{ fontSize: '1em' }} />
|
<IconSetting style={{ fontSize: '1em' }} />
|
||||||
<span>设置</span>
|
<Text>设置</Text>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue