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 8d7c9e0 commit 226933d
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 @@ -57,6 +57,8 @@ function fixColor(color) {
return "#9F4EFF";
case "#2626D3":
return "#8061FF";
case "#1926B3":
return "#866FFF";
default:
return color;
}
Expand Down

0 comments on commit 226933d

Please sign in to comment.