Skip to content

Commit

Permalink
From variable for user_color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 30, 2024
1 parent 6c8168f commit 2f39d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot/web/ui/live_chat/components/chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function Chat({ channelId }) {
{messageHistory.map((msg, index) => (
<div key={index} className="message">
{providerShort(msg.provider)}
<span className="username" style={{ color: msg.color }}>
<span className="username" style={{ color: msg.user_color }}>
{msg.user}
</span>
:{" "}
Expand Down

0 comments on commit 2f39d92

Please sign in to comment.