17319: Unit test code cleanup.
[arvados-workbench2.git] / src / views / process-log-panel / process-log-code-snippet.tsx
index d02fc02ce1431c74a2aefdaf4137991d0552ba61..c8b1766f75ab56999970eae04eef591fc0d7fe3d 100644 (file)
@@ -18,7 +18,7 @@ const styles: StyleRulesCallback<CssRules> = () => ({
 const theme = createMuiTheme({
     overrides: {
         MuiTypography: {
-            body1: {
+            body2: {
                 color: grey["200"]
             },
             root: {
@@ -27,7 +27,8 @@ const theme = createMuiTheme({
         }
     },
     typography: {
-        fontFamily: 'monospace'
+        fontFamily: 'monospace',
+        useNextVariants: true,
     }
 });