Skip to content

Commit 476ee47

Browse files
committed
色当てた
1 parent 239e72d commit 476ee47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/chat/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function ChatListContent() {
3030
) : state.current === "loading" ? (
3131
<FullScreenCircularProgress />
3232
) : state.current === "error" ? (
33-
<p color="error">Error: {state.error.message}</p>
33+
<p className="decoration-red">Error: {state.error.message}</p>
3434
) : (
3535
<RoomList roomsData={state.data} />
3636
);

0 commit comments

Comments
 (0)