X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2742a401dcc330697a14d2edb3c4c81115f67402..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 21563c16aa..b09b499e1c 100644 --- a/src/views/process-panel/process-details-card.tsx +++ b/src/views/process-panel/process-details-card.tsx @@ -34,20 +34,23 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, iconHeader: { fontSize: '1.875rem', - color: theme.customs.colors.green700, + color: theme.customs.colors.greyL, }, avatar: { alignSelf: 'flex-start', paddingTop: theme.spacing.unit * 0.5 }, content: { + padding: theme.spacing.unit * 1.0, + paddingTop: theme.spacing.unit * 0.5, '&:last-child': { - paddingBottom: theme.spacing.unit * 2, + paddingBottom: theme.spacing.unit * 1, } }, 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, @@ -79,7 +82,7 @@ export const ProcessDetailsCard = withStyles(styles)( avatar={} title={ - + {process.containerRequest.name}