client: fix dark mode text

This commit is contained in:
fantasticit 2022-06-24 21:49:25 +08:00
parent 20659d377c
commit 8b2e6d1adb
1 changed files with 2 additions and 2 deletions

View File

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