Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / components / default-code-snippet / default-code-snippet.tsx
index e8b89f321ca809302bcbdab1f09f4c13d09f6d38..c81865dbd30ad8563c175498d220cc82e77a2dc7 100644 (file)
@@ -19,7 +19,8 @@ const theme = createMuiTheme({
         }
     },
     typography: {
-        fontFamily: 'monospace'
+        fontFamily: 'monospace',
+        useNextVariants: true,
     }
 });