🐛Fix docs light/dark theme switcher#1
Conversation
|
Looks similar if not the same? fastapi/fastapi#3246 |
|
Maybe swapping the icons would be better too, sure. While using the light theme the bulb would be "turned on" and with the dark theme it would be "off". Makes sense to me. However fastapi/fastapi#3246 does not fix the tooltip texts. |
|
Anyway, swapping the text alone seems like an improvement for me. Swapping the icons can be something for another PR. |
Codecov Report
@@ Coverage Diff @@
## main #1 +/- ##
=======================================
Coverage ? 97.27%
=======================================
Files ? 175
Lines ? 5842
Branches ? 0
=======================================
Hits ? 5683
Misses ? 159
Partials ? 0 Continue to review full report at Codecov.
|

Just a simple fix for the lightbulb's tooltip on the documentation site:
Before:


After:

