X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a899e5b123e98cf4e7c211ef2137dceb2510946f..1830df4301d5e1dda4ac4ffde1eb65df6039d180:/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, } });