X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/12fbb73269d10424383cdbd712201498cc8d013a..36ab91214cbf5d196f825c666e7018eb9122e5c6:/src/views/process-log-panel/process-log-code-snippet.tsx diff --git a/src/views/process-log-panel/process-log-code-snippet.tsx b/src/views/process-log-panel/process-log-code-snippet.tsx index d02fc02c..c8b1766f 100644 --- a/src/views/process-log-panel/process-log-code-snippet.tsx +++ b/src/views/process-log-panel/process-log-code-snippet.tsx @@ -18,7 +18,7 @@ const styles: StyleRulesCallback = () => ({ 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, } });