Skip to content

Commit ead642d

Browse files
Merge pull request #30 from kishanchaubey23/patch-1
docs: add theme transition TODO and update roadmap for #25
2 parents 7423c22 + c78976c commit ead642d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Editor/Editor.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import rehypeRaw from 'rehype-raw';
99
import rehypeHighlight from 'rehype-highlight';
1010
import { githubLight } from '@fsegurai/codemirror-theme-github-light'; // When dark theme is set up change with @fsegurai/codemirror-theme-github-dark
1111
import 'highlight.js/styles/github.css';
12-
import 'github-markdown-css/github-markdown-light.css';
12+
import 'github-markdown-css/github-markdown-light.css'; // TODO: remove light theme and leave ordinary one, for supporting both themes.
13+
// Reference: https://github.com/sindresorhus/github-markdown-css
1314
import { useAppContext } from '../../contexts/AppProvider.tsx';
1415
import EditorMode from './EditorMode.tsx';
1516
import { EditorModeEnum } from '../../types/editor/editorEnums.ts';

0 commit comments

Comments
 (0)