Change the switch button to icon button?
I hope there is an option to change the button to an icon, like for example day and night icon.
This is indeed possible. You can override the ThemeSwitcher component and replace the span elements with the icons of your choice.
do you have a sample project repo ? thanks,
I don't have a sample project. However, you can use the docs branch and follow the official Vuepress documentation on how to override a component that I mentioned in the previous comment to accomplish this.
Can you make a sample repository? I have an issues with overriding.
@HibanaSama I'll put an example when I get some time to spare.