This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch 1411-create-custom-error-page-for-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 958b67f14c08b45e3b67aebfa84e8be01d16766a
Author: bossenti <[email protected]>
AuthorDate: Mon May 15 20:09:58 2023 +0200

    chore: exchange dark mode icon
    
    Signed-off-by: bossenti <[email protected]>
---
 streampipes-client-python/mkdocs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-client-python/mkdocs.yml 
b/streampipes-client-python/mkdocs.yml
index bc9988396..d97676d1c 100644
--- a/streampipes-client-python/mkdocs.yml
+++ b/streampipes-client-python/mkdocs.yml
@@ -43,13 +43,13 @@ theme:
     # Palette toggle for light mode
     - scheme: default
       toggle:
-        icon: material/brightness-7
+        icon: material/lightbulb
         name: Switch to dark mode
 
     # Palette toggle for dark mode
     - scheme: slate
       toggle:
-        icon: material/brightness-4
+        icon: material/lightbulb-outline
         name: Switch to light mode
 
 extra:

Reply via email to