1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix the theme switch label in mkdocs

Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
Mario Sarcher 2021-05-19 08:41:32 +02:00
parent 85419e2cd7
commit efff3cb8c4

View File

@ -62,11 +62,11 @@ theme:
- scheme: slate - scheme: slate
toggle: toggle:
icon: material/toggle-switch-off-outline icon: material/toggle-switch-off-outline
name: Switch to light mode name: Switch to dark mode
- scheme: default - scheme: default
toggle: toggle:
icon: material/toggle-switch icon: material/toggle-switch
name: Switch to dark mode name: Switch to light mode
features: features:
- toc.autohide - toc.autohide
- search.suggest - search.suggest