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;