From 2295754942ef6bd18632bfa46041e09ab69211fc Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 30 Apr 2024 19:10:19 -0300 Subject: [PATCH] Refactor component styles and icons --- src/frontend/src/components/chatComponent/index.tsx | 8 ++++---- src/frontend/src/utils/styleUtils.ts | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index 609c6dd0c..45af60840 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -87,13 +87,13 @@ export default function FlowToolbar(): JSX.Element { } >
-
+
{hasIO ? ( -
+
Playground
diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index a0c9c9756..ae9f8756b 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -136,6 +136,7 @@ import { X, XCircle, Zap, + MonitorPlay } from "lucide-react"; import { FaApple, FaGithub } from "react-icons/fa"; import { AWSIcon } from "../icons/AWS"; @@ -504,6 +505,7 @@ export const nodeIconsLucide: iconsType = { Bot, Delete, Command, + MonitorPlay, ArrowBigUp, Dot, };