From 6de820a6cc703ec933a96a912461928b424c2f1a Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 5 Dec 2023 19:46:19 -0300 Subject: [PATCH] Changed colors --- src/frontend/src/style/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/style/index.css b/src/frontend/src/style/index.css index 4b9ce3f6c..0185d25b7 100644 --- a/src/frontend/src/style/index.css +++ b/src/frontend/src/style/index.css @@ -110,8 +110,8 @@ --medium-indigo: #6366f1; --low-indigo: #e0e7ff; - --component-icon: rgb(130, 77, 115); - --flow-icon: #305cae; + --component-icon: #c35f85; + --flow-icon: #2467e4; /* Colors that are shared in dark and light mode */ --blur-shared: #151923d2;