Browse Source

fix mapping

Elijah 8 months ago
parent
commit
1df9e69dc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reflex/components/datadisplay/shiki_code_block.py

+ 1 - 1
reflex/components/datadisplay/shiki_code_block.py

@@ -42,7 +42,7 @@ LINE_NUMBER_STYLING = {
     },
 }
 
-THEME_MAPPING = {"light": "one-light", "dark": "one-dark"}
+THEME_MAPPING = {"light": "one-light", "dark": "one-dark-pro"}
 LiteralCodeLanguage = Literal[
     "abap",
     "actionscript-3",