X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f7e1a8afad27920adf8f03ce82eeb1ae58aa84f..47c824dd6472897b18738ad4b03dad5cf00e74bc:/src/views-components/process-runtime-status/process-runtime-status.tsx diff --git a/src/views-components/process-runtime-status/process-runtime-status.tsx b/src/views-components/process-runtime-status/process-runtime-status.tsx index 3b5fae3639..4761e12f4c 100644 --- a/src/views-components/process-runtime-status/process-runtime-status.tsx +++ b/src/views-components/process-runtime-status/process-runtime-status.tsx @@ -55,7 +55,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ whiteSpace: 'pre-line', }, errorColor: { - color: theme.customs.colors.red900, + color: theme.customs.colors.grey700, }, error: { backgroundColor: theme.customs.colors.red100, @@ -65,7 +65,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ backgroundColor: theme.customs.colors.yellow100, }, warningColor: { - color: theme.customs.colors.yellow900, + color: theme.customs.colors.grey700, }, paperRoot: { minHeight: theme.spacing.unit * 6,