X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d76aaa7f959780465232366551c5f1e970d1752..b676312f840c3f12855a4392afe90b275dd25b97:/src/views/process-panel/process-details-card.tsx diff --git a/src/views/process-panel/process-details-card.tsx b/src/views/process-panel/process-details-card.tsx index da6438a1b8..b09b499e1c 100644 --- a/src/views/process-panel/process-details-card.tsx +++ b/src/views/process-panel/process-details-card.tsx @@ -34,7 +34,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, iconHeader: { fontSize: '1.875rem', - color: theme.customs.colors.green700, + color: theme.customs.colors.greyL, }, avatar: { alignSelf: 'flex-start', @@ -49,7 +49,8 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, title: { overflow: 'hidden', - paddingTop: theme.spacing.unit * 0.5 + paddingTop: theme.spacing.unit * 0.5, + color: theme.customs.colors.green700, }, cancelButton: { paddingRight: theme.spacing.unit * 2, @@ -81,7 +82,7 @@ export const ProcessDetailsCard = withStyles(styles)( avatar={} title={ - + {process.containerRequest.name}