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 0b36b21 commit e118da9
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 @@ -49,6 +49,8 @@ function fixColor(color) {
return "#7D7E7F";
case "#191D59":
return "#837AC3";
case "#0E3820":
return "#008000";
default:
return color;
}
Expand Down

0 comments on commit e118da9

Please sign in to comment.