use correct syntax highlight styles for github code theme (#6895)
This commit is contained in:
parent
25291b04f1
commit
58b78ec27a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
import React, {useCallback, useMemo} from 'react';
|
||||
import {StyleSheet, View} from 'react-native';
|
||||
import SyntaxHighlighter from 'react-syntax-highlighter';
|
||||
import {github, monokai, solarizedDark, solarizedLight} from 'react-syntax-highlighter/dist/cjs/styles/hljs';
|
||||
import {githubGist as github, monokai, solarizedDark, solarizedLight} from 'react-syntax-highlighter/dist/cjs/styles/hljs';
|
||||
|
||||
import {useTheme} from '@context/theme';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue