We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdd3bc9 + f7cc436 commit c417db7Copy full SHA for c417db7
src/components/molecules/chat-space-elements/chat-space-body/ChatSpaceBody.tsx
@@ -78,9 +78,10 @@ const ChatSpaceBody = (props: {
78
if (!isRoomSelected) {
79
return (
80
<S.EmptyContainer>
81
- 채팅 시작을 위해 채팅방을 선택해주세요.
+ 채팅방을 선택해주세요.
82
<br />
83
- 채팅이 안되면 새로고침을 한 번 해주세요.
+ 채팅이 안되면 메인 페이지로 가신 뒤, <br />
84
+ 다시 채팅페이지로 와주세요.
85
</S.EmptyContainer>
86
);
87
}
src/components/molecules/chat-space-elements/chat-space-body/styled.tsx
@@ -96,6 +96,9 @@ export const EmptyContainer = styled.div`
96
height: 85vh;
97
justify-content: center;
98
align-items: center;
99
+ text-align: center;
100
color: rgb(0, 0, 0);
101
font-size: 24px;
102
+ font-weight: 600;
103
+ line-height: 180%;
104
`;
0 commit comments