Fix pc.code syntax highlight (#970)

This commit is contained in:
Nikhil Rao 2023-05-08 17:11:34 -07:00 committed by GitHub
parent 8e3daf9f5b
commit 3d3c974768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,6 @@ class CodeBlock(Component):
tag = "Prism"
is_default = True
# The theme to use ("light" or "dark").
theme: Var[str]