X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/671aae429289611510af1facbc59c96c318293a2..56529b81cf7b67cfea510652f07e1778cc82922e:/src/views/process-panel/process-io-card.tsx diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx index 8b85617d32..045bfca211 100644 --- a/src/views/process-panel/process-io-card.tsx +++ b/src/views/process-panel/process-io-card.tsx @@ -109,7 +109,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, iconHeader: { fontSize: '1.875rem', - color: theme.customs.colors.green700, + color: theme.customs.colors.greyL, }, avatar: { alignSelf: 'flex-start', @@ -125,7 +125,9 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, title: { overflow: 'hidden', - paddingTop: theme.spacing.unit * 0.5 + paddingTop: theme.spacing.unit * 0.5, + color: theme.customs.colors.greyD, + fontSize: '1.875rem' }, tableWrapper: { height: 'auto', @@ -185,7 +187,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ top: '-9px', }, emptyValue: { - color: theme.customs.colors.grey500, + color: theme.customs.colors.grey700, }, noBorderRow: { '& td': {