Skip to content

Commit

Permalink
change color
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Jul 27, 2021
1 parent c85036e commit 2a4b23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/pages/room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ const RoomPage = () => {
setTimeMax(10);
if (data.data === 'skipped') {
answerChatRef.current = [...answerChatRef.current, {
sender: <span style={{ color: 'yellow' }}>{data.sender}</span>,
data: <span style={{ color: 'yellow' }}>错过了他的回合</span>,
sender: <span style={{ color: 'yellowgreen' }}>{data.sender}</span>,
data: <span style={{ color: 'yellowgreen' }}>错过了他的回合</span>,
}];
} else {
answerChatRef.current = [...answerChatRef.current, {
Expand Down

1 comment on commit 2a4b23c

@vercel
Copy link

@vercel vercel bot commented on 2a4b23c Jul 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.