🐛 fix(index.css): swap colors for chat bot and chat user icons to match their respective roles

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-13 13:37:33 -03:00
commit 0e40bb0a87

View file

@ -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;
}}