Extract panel-default-view component
[arvados-workbench2.git] / src / components / default-code-snippet / default-code-snippet.tsx
index 474c38a174c55adf0a595f05ce1c0081b88fd72f..541f390616ef369d801a0067cddabcf89dbcb5ad 100644 (file)
@@ -11,10 +11,10 @@ const theme = createMuiTheme({
     overrides: {
         MuiTypography: {
             body1: {
-                color: grey["200"]
+                color: grey["900"]
             },
             root: {
-                backgroundColor: '#000'
+                backgroundColor: grey["200"]
             }
         }
     },