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>
|
||||
<IconOverview style={{ fontSize: '1em' }} />
|
||||
<span>主页</span>
|
||||
<Text>主页</Text>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
|
@ -220,7 +220,7 @@ export const WikiTocs: React.FC<IProps> = ({
|
|||
>
|
||||
<a>
|
||||
<IconSetting style={{ fontSize: '1em' }} />
|
||||
<span>设置</span>
|
||||
<Text>设置</Text>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue