Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views / process-log-panel / process-log-code-snippet.tsx
index d02fc02ce1431c74a2aefdaf4137991d0552ba61..a7f6c4761adcb8422774be19a319583680f4fa8a 100644 (file)
@@ -27,7 +27,8 @@ const theme = createMuiTheme({
         }
     },
     typography: {
-        fontFamily: 'monospace'
+        fontFamily: 'monospace',
+        useNextVariants: true,
     }
 });