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 5c4e405 commit 5cd883f
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 @@ -41,6 +41,8 @@ function fixColor(color) {
return "#8b58ff";
case "#000000":
return "#7A7A7A";
case "#3A2B2B":
return "#877587";
default:
return color;
}
Expand Down

0 comments on commit 5cd883f

Please sign in to comment.