From: Stephen Smith Date: Wed, 15 Feb 2023 21:35:27 +0000 (-0500) Subject: 20000: Use default button color for process run button X-Git-Tag: 2.6.0~16^2~7 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/892b80fe224c37bf06aeddcaac351a47c872ff63?hp=638408423401f77842b731642891744458dbbb23 20000: Use default button color for process run button Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views/process-panel/process-details-card.tsx b/src/views/process-panel/process-details-card.tsx index 4a7d195e..2376822f 100644 --- a/src/views/process-panel/process-details-card.tsx +++ b/src/views/process-panel/process-details-card.tsx @@ -63,10 +63,6 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ } }, runButton: { - backgroundColor: theme.customs.colors.green700, - '&:hover': { - backgroundColor: theme.customs.colors.green800, - }, padding: "0px 5px 0 0", marginRight: "5px", },