From 4f3ea874a5052d2062b63d69448a86bce30ce24e Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Thu, 15 Jun 2023 17:50:48 -0300 Subject: [PATCH] Refactor build trigger in Chat Component This commit changes the styling of the build trigger button in the Chat Component. The button is now round and has a shadow when hovering. Additionally, the lightning bolt icon is now colored with a gradient rather than a solid color. --- .../src/components/chatComponent/buildTrigger/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/chatComponent/buildTrigger/index.tsx b/src/frontend/src/components/chatComponent/buildTrigger/index.tsx index 5dd6db7c6..79e7ee247 100644 --- a/src/frontend/src/components/chatComponent/buildTrigger/index.tsx +++ b/src/frontend/src/components/chatComponent/buildTrigger/index.tsx @@ -136,7 +136,8 @@ export default function BuildTrigger({ >
{ handleBuild(flow); }} @@ -147,7 +148,7 @@ export default function BuildTrigger({ // Render your loading animation here when isBuilding is true ) : ( - + )}