We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11cb47 commit d74d301Copy full SHA for d74d301
packages/redux-devtools-ui/src/Editor/Editor.tsx
@@ -7,6 +7,8 @@ import { defaultStyle, themedStyle } from './styles';
7
import { Theme } from '../themes/default';
8
import type { ViewUpdate } from '@codemirror/view';
9
10
+import '../../fonts/index.css';
11
+
12
const EditorContainer = styled.div(
13
'' as unknown as TemplateStringsArray,
14
({ theme }: { theme?: Base16Theme }) =>
0 commit comments