We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8c6e8 commit 2f5e593Copy full SHA for 2f5e593
1 file changed
src/components/CodeEmbed/index.jsx
@@ -8,7 +8,7 @@ import { CodeFrame } from "./frame";
8
import { CopyCodeButton } from "../CopyCodeButton";
9
import CircleButton from "../CircleButton";
10
import { Icon } from "../Icon";
11
-import { githubLightHighContrast } from '@uiw/codemirror-theme-github';
+import { githubLight} from '@uiw/codemirror-theme-github';
12
13
/*
14
* A more featured code embed component that uses CodeMirror
@@ -125,7 +125,7 @@ export const CodeEmbed = (props) => {
125
<div className="code-editor-container relative w-full">
126
<CodeMirror
127
value={codeString}
128
- theme= {githubLightHighContrast}
+ theme= {githubLight}
129
width="100%"
130
minimalSetup={{
131
highlightSpecialChars: false,
0 commit comments