[arvados-workbench2] updated: 2.4.0-468-g64f7423a

git repository hosting git at public.arvados.org
Wed Dec 21 16:28:44 UTC 2022


Summary of changes:
 src/store/processes/process.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  64f7423a30575cae6ef41bb8760fda33b025fd3c (commit)
      from  1968561ceeea238bfb229d4d4166316ea7671a9b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 64f7423a30575cae6ef41bb8760fda33b025fd3c
Author: Sarah Wait Zaranek <swz at curii.com>
Date:   Wed Dec 21 11:28:24 2022 -0500

    19462: Updating border thickness
    Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz at curii.com>

diff --git a/src/store/processes/process.ts b/src/store/processes/process.ts
index 43107fb1..2a81669c 100644
--- a/src/store/processes/process.ts
+++ b/src/store/processes/process.ts
@@ -113,7 +113,7 @@ export const getProcessStatusStyles = (status: string, theme: ArvadosTheme): Rea
         // Set text color to status color when running, else use white text for solid button
         color: running ? color : theme.palette.common.white,
         // Set border color when running, else omit the style entirely
-        ...(running ? {border: `1px solid ${color}`} : {}),
+        ...(running ? {border: `2px solid ${color}`} : {}),
     };
 };
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list