We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957ab2b commit 3535684Copy full SHA for 3535684
pdl-live-react/src/view/code/PreviewLight.tsx
@@ -6,7 +6,7 @@ import json from "react-syntax-highlighter/dist/esm/languages/hljs/json"
6
import yaml from "react-syntax-highlighter/dist/esm/languages/hljs/yaml"
7
import python from "react-syntax-highlighter/dist/esm/languages/hljs/python"
8
9
-import style from "react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark"
+import style from "react-syntax-highlighter/dist/esm/styles/hljs/night-owl"
10
11
import { type SupportedLanguage } from "./Code"
12
0 commit comments