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 e118da9 commit 787409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot/web/ui/live_chat/components/render_message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function fixColor(color) {
case "#191D59":
return "#837AC3";
case "#0E3820":
return "#008000";
return "#5B8969";
default:
return color;
}
Expand Down

0 comments on commit 787409c

Please sign in to comment.