From 56e6dc7af513fd7bdb043e9c74a1d2848da41c38 Mon Sep 17 00:00:00 2001 From: Sarah Wait Zaranek Date: Mon, 12 Dec 2022 10:04:41 -0500 Subject: [PATCH] 19462: Updating icon colors and process colors Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek --- .../collection-content-address-panel.tsx | 4 ++-- src/views/collection-panel/collection-panel.tsx | 4 ++-- src/views/process-panel/process-io-card.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/collection-content-address-panel/collection-content-address-panel.tsx b/src/views/collection-content-address-panel/collection-content-address-panel.tsx index 8e8266cc22..34d5608475 100644 --- a/src/views/collection-content-address-panel/collection-content-address-panel.tsx +++ b/src/views/collection-content-address-panel/collection-content-address-panel.tsx @@ -40,13 +40,13 @@ type CssRules = 'backLink' | 'backIcon' | 'root' | 'content'; const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ backLink: { - fontSize: '14px', + fontSize: '12px', fontWeight: 600, display: 'flex', alignItems: 'center', padding: theme.spacing.unit, marginBottom: theme.spacing.unit, - color: theme.palette.grey["700"], + color: theme.palette.grey["500"], }, backIcon: { marginRight: theme.spacing.unit diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index a28d5254ca..b40e5af675 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -73,14 +73,14 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, iconHeader: { fontSize: '1.875rem', - color: theme.customs.colors.yellow700 + color: theme.customs.colors.grey600 }, tag: { marginRight: theme.spacing.unit / 2, marginBottom: theme.spacing.unit / 2 }, label: { - fontSize: '0.875rem' + fontSize: '0.975rem', }, centeredLabel: { fontSize: '0.875rem', diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx index ceba293e34..d541f6c026 100644 --- a/src/views/process-panel/process-io-card.tsx +++ b/src/views/process-panel/process-io-card.tsx @@ -185,7 +185,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ top: '-9px', }, emptyValue: { - color: theme.customs.colors.grey500, + color: theme.customs.colors.grey600, }, noBorderRow: { '& td': { -- 2.30.2