Skip to content

Commit

Permalink
User color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Nov 2, 2024
1 parent d545808 commit 2625be0
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 @@ -64,6 +64,8 @@ function fixColor(color) {
return "#8061FF";
case "#1926B3":
return "#866FFF";
case "#000061":
return "#8C68D9";
default:
return color;
}
Expand Down

0 comments on commit 2625be0

Please sign in to comment.