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 787409c commit 8c1b3f6
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 @@ -51,6 +51,8 @@ function fixColor(color) {
return "#837AC3";
case "#0E3820":
return "#5B8969";
case "#161917":
return "#7A7A7A";
default:
return color;
}
Expand Down

0 comments on commit 8c1b3f6

Please sign in to comment.