From 3d3c974768dd6b6e88728826aec85925cf5d2df5 Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Mon, 8 May 2023 17:11:34 -0700 Subject: [PATCH] Fix pc.code syntax highlight (#970) --- pynecone/components/datadisplay/code.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pynecone/components/datadisplay/code.py b/pynecone/components/datadisplay/code.py index d7256f48a..0f25fb9bf 100644 --- a/pynecone/components/datadisplay/code.py +++ b/pynecone/components/datadisplay/code.py @@ -19,8 +19,6 @@ class CodeBlock(Component): tag = "Prism" - is_default = True - # The theme to use ("light" or "dark"). theme: Var[str]