19482: Use CardHeader/CardContent for more consistent styling
[arvados-workbench2.git] / src / views / process-panel / process-log-card.tsx
index 4890c726f4c73c601f20a526400abfe6f765bd01..e14f98f9b2af156d7d16be8e085e6b8a2d0f1286 100644 (file)
@@ -62,11 +62,12 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     title: {
         overflow: 'hidden',
-        paddingTop: theme.spacing.unit * 0.5
+        paddingTop: theme.spacing.unit * 0.5,
+        color: theme.customs.colors.greyD
     },
     iconHeader: {
         fontSize: '1.875rem',
-        color: theme.customs.colors.green700
+        color: theme.customs.colors.greyL
     },
     root: {
         height: '100%',