X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b6ac7fe88d347582d39fffa002e300af222c578f..7f8c4a43bdd1eb200245ead83ba4aee20c0e1776:/src/components/details-attribute/details-attribute.tsx diff --git a/src/components/details-attribute/details-attribute.tsx b/src/components/details-attribute/details-attribute.tsx index e52c487d..92d31b0b 100644 --- a/src/components/details-attribute/details-attribute.tsx +++ b/src/components/details-attribute/details-attribute.tsx @@ -24,7 +24,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, label: { boxSizing: 'border-box', - color: theme.palette.grey["500"], + color: theme.palette.grey["600"], width: '100%' }, value: { @@ -42,7 +42,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, copyIcon: { marginLeft: theme.spacing.unit, - color: theme.palette.grey["500"], + color: theme.palette.grey["600"], cursor: 'pointer', display: 'inline', '& svg': {