15768: select/deselect all, invert select works Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados-workbench2.git] / src / components / details-attribute / details-attribute.tsx
index e52c487d6bbe33967e4786c54eb0655e947173b2..92d31b0b8e278b924bfc7fb2d25a61f5a497de1d 100644 (file)
@@ -24,7 +24,7 @@ const styles: StyleRulesCallback<CssRules> = (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<CssRules> = (theme: ArvadosTheme) => ({
     },
     copyIcon: {
         marginLeft: theme.spacing.unit,
-        color: theme.palette.grey["500"],
+        color: theme.palette.grey["600"],
         cursor: 'pointer',
         display: 'inline',
         '& svg': {