Move syntax-highlighter theme from ui-styles to ui-components

This commit is contained in:
Sebastian Sdorra
2020-10-22 10:17:51 +02:00
parent 0442a28f7c
commit 88286623a8
10 changed files with 51 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ import React from "react";
import { PrismAsyncLight as ReactSyntaxHighlighter } from "react-syntax-highlighter";
// eslint-disable-next-line no-restricted-imports
import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting";
import highlightingTheme from "./syntax-highlighting";
type Props = {
language?: string;