Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
anuthebananu committed Dec 17, 2024
1 parent c893059 commit 7ac235f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import {Colors} from '@dagster-io/ui-components';
import ReactMarkdown from 'react-markdown';
import rehypeHighlight from 'rehype-highlight';
import rehypeSanitize, {defaultSchema} from 'rehype-sanitize';
import gfm from 'remark-gfm';

import 'highlight.js/styles/github.css';
import {createGlobalStyle} from 'styled-components';
import {browserColorScheme, colorAccentBlue, colorAccentRed} from '@dagster-io/ui-components/src/theme/color';
import {Colors} from '@dagster-io/ui-components';

const sanitizeConfig = {
...defaultSchema,
Expand Down Expand Up @@ -87,7 +85,7 @@ const GlobalStyle = createGlobalStyle`
}
.hljs-code,.hljs-comment,.hljs-formula {
// color: ${Colors.dataVizGray()}
color: ${Colors.dataVizGray()}
}
.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag {
Expand Down

0 comments on commit 7ac235f

Please sign in to comment.