20000: Use default button color for process run button
authorStephen Smith <stephen@curii.com>
Wed, 15 Feb 2023 21:35:27 +0000 (16:35 -0500)
committerStephen Smith <stephen@curii.com>
Wed, 15 Feb 2023 21:35:27 +0000 (16:35 -0500)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

src/views/process-panel/process-details-card.tsx

index 4a7d195ec2e5b1ee7b21a5cccce6779c1128b00b..2376822f1ecc88c50eba2221345d5b1cd3793b1b 100644 (file)
@@ -63,10 +63,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         }
     },
     runButton: {
-        backgroundColor: theme.customs.colors.green700,
-        '&:hover': {
-            backgroundColor: theme.customs.colors.green800,
-        },
         padding: "0px 5px 0 0",
         marginRight: "5px",
     },