forked from Ivasoft/mattermost-mobile
use correct syntax highlight styles for github code theme (#6895)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user