🐛 fix(index.css): swap colors for chat bot and chat user icons to match their respective roles
This commit is contained in:
parent
36844cdcdb
commit
0e40bb0a87
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue