Skip to content

Commit 82935ca

Browse files
Lehoczkytiangolo
andauthored
🐛Fix docs light/dark theme switcher (#1)
* 🐛Fix tooltip text for theme switcher * 🔧 Update lightbulb icon Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent 455794d commit 82935ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ theme:
88
primary: deep purple
99
accent: amber
1010
toggle:
11-
icon: material/lightbulb-outline
12-
name: Switch to light mode
11+
icon: material/lightbulb
12+
name: Switch to dark mode
1313
- scheme: slate
1414
primary: deep purple
1515
accent: amber
1616
toggle:
17-
icon: material/lightbulb
18-
name: Switch to dark mode
17+
icon: material/lightbulb-outline
18+
name: Switch to light mode
1919
features:
2020
- search.suggest
2121
- search.highlight

0 commit comments

Comments
 (0)