Skip to content

Commit 9faa5d6

Browse files
Downgrade syntax highlighter to fix wrapLongLines (#4368)
1 parent c13cec3 commit 9faa5d6

File tree

1 file changed

+1
-1
lines changed
  • reflex/components/datadisplay

1 file changed

+1
-1
lines changed

reflex/components/datadisplay/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class Theme:
382382
class CodeBlock(Component, MarkdownComponentMap):
383383
"""A code block."""
384384

385-
library = "[email protected].1"
385+
library = "[email protected].0"
386386

387387
tag = "PrismAsyncLight"
388388

0 commit comments

Comments
 (0)