From b8891dbac805b4e4b818d517c86f49b725eea4a6 Mon Sep 17 00:00:00 2001 From: ykeremy Date: Mon, 30 Sep 2024 16:29:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'skyvern-fronte?= =?UTF-8?q?nd/src/'=20with=20remote=20'skyvern-frontend/src/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > [!IMPORTANT] > Change background color of prompt input box in `PromptBox.tsx` to `bg-slate-700`. > > - **UI Changes**: > - In `PromptBox.tsx`, changed the background color of the prompt input box by modifying the `div` class from `border-slate-700` with inline style to `bg-slate-700`. > > This description was created by [Ellipsis](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral) for 3bf9df37f58ce9fefc14f28228c49f2809476c15. It will automatically update as commits are pushed. --- skyvern-frontend/src/routes/tasks/create/PromptBox.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx index 56705ed33..eb4c03e4b 100644 --- a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx +++ b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx @@ -145,14 +145,9 @@ function PromptBox() { What task would you like to accomplish? -
+