From 0e40bb0a87a4378648f023e42658b478f386ffb5 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Thu, 13 Jul 2023 13:37:33 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(index.css):=20swap=20colors?= =?UTF-8?q?=20for=20chat=20bot=20and=20chat=20user=20icons=20to=20match=20?= =?UTF-8?q?their=20respective=20roles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index 411da9ff7..ffba3b082 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -115,9 +115,9 @@ --status-green: #4ade80; --status-blue: #2563eb; --connection: #555; - - --chat-bot-icon: #4f3d6e; - --chat-user-icon: #235d70; + + --chat-bot-icon: #235d70; + --chat-user-icon: #4f3d6e; }}