We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeca74 commit fd57c38Copy full SHA for fd57c38
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
@@ -129,7 +129,7 @@ export const CodeEmbed = (props) => {
129
<div className="code-editor-container relative w-full">
130
<CodeMirror
131
value={codeString}
132
- theme= {githubLightHighContrast}
+ theme= {githubLight}
133
width="100%"
134
minimalSetup={{
135
highlightSpecialChars: false,
0 commit comments