diff --git a/docs/next/src/components/Code.tsx b/docs/next/src/components/Code.tsx --- a/docs/next/src/components/Code.tsx +++ b/docs/next/src/components/Code.tsx @@ -1,5 +1,5 @@ import SyntaxHighlighter from 'react-syntax-highlighter'; -import { dracula } from 'react-syntax-highlighter/dist/cjs/styles/hljs'; +import { tomorrowNight } from 'react-syntax-highlighter/dist/cjs/styles/hljs'; import Transition from 'components/Transition'; import CopyToClipboard from 'react-copy-to-clipboard'; @@ -112,7 +112,7 @@ )}