From e41a91a03b4d2aaf55707d1f4b83f0af8f78e3e4 Mon Sep 17 00:00:00 2001 From: Salih Altun Date: Fri, 7 Jun 2024 16:39:40 +0300 Subject: [PATCH] Fix action border default color (#442) --- .../src/routes/tasks/detail/ScrollableActionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/tasks/detail/ScrollableActionList.tsx b/skyvern-frontend/src/routes/tasks/detail/ScrollableActionList.tsx index 263673bd..3f3227ab 100644 --- a/skyvern-frontend/src/routes/tasks/detail/ScrollableActionList.tsx +++ b/skyvern-frontend/src/routes/tasks/detail/ScrollableActionList.tsx @@ -75,7 +75,7 @@ function ScrollableActionList({ refs.current[index] = element; }} className={cn( - "flex p-4 rounded-lg shadow-md border border-transparent hover:border-slate-500 cursor-pointer", + "flex p-4 rounded-lg shadow-md border hover:border-slate-500 cursor-pointer", { "border-slate-500": selected, },