18549: New implementation with snackbar
[arvados-workbench2.git] / src / views / process-log-panel / process-log-code-snippet.tsx
index a7f6c4761adcb8422774be19a319583680f4fa8a..d1756c77520695449cb4260163c5932428b7d938 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { MuiThemeProvider, createMuiTheme, StyleRulesCallback, withStyles, WithStyles } from '@material-ui/core/styles';
-import { CodeSnippet } from '~/components/code-snippet/code-snippet';
+import { CodeSnippet } from 'components/code-snippet/code-snippet';
 import grey from '@material-ui/core/colors/grey';
 
 type CssRules = 'codeSnippet';
@@ -18,7 +18,7 @@ const styles: StyleRulesCallback<CssRules> = () => ({
 const theme = createMuiTheme({
     overrides: {
         MuiTypography: {
-            body1: {
+            body2: {
                 color: grey["200"]
             },
             root: {