From 344f761b57a4912bd92c3f4b1f73c08a59fa7fda Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 5 Dec 2023 19:31:16 -0300 Subject: [PATCH] Fixed component colors --- src/frontend/src/style/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/style/index.css b/src/frontend/src/style/index.css index dbd0f0028..4b9ce3f6c 100644 --- a/src/frontend/src/style/index.css +++ b/src/frontend/src/style/index.css @@ -47,8 +47,8 @@ --chat-bot-icon: #afe6ef; --chat-user-icon: #aface9; - --component-icon: #D66591; - --flow-icon: #3066C7; + --component-icon: #d8598a; + --flow-icon: #2f67d0; /* Colors that are shared in dark and light mode */ --blur-shared: #151923de; @@ -110,8 +110,8 @@ --medium-indigo: #6366f1; --low-indigo: #e0e7ff; - --component-icon: #352e9e; - --flow-icon: #115e59; + --component-icon: rgb(130, 77, 115); + --flow-icon: #305cae; /* Colors that are shared in dark and light mode */ --blur-shared: #151923d2;