Skip to content

Commit

Permalink
User color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 31, 2024
1 parent 8c1b3f6 commit 7ef8df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tbot/web/ui/live_chat/components/render_message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ function fixColor(color) {
return "#5B8969";
case "#161917":
return "#7A7A7A";
case "#5900FF":
return "#9F4EFF";
default:
return color;
}
Expand Down

0 comments on commit 7ef8df4

Please sign in to comment.