Skip to content

Commit c1bcf2d

Browse files
committed
2 parents 11cbae8 + 4c10eca commit c1bcf2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/ChatStyles.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,7 @@
800800

801801
.chat-content-area {
802802
flex: 1;
803-
background-color: #222;
804-
/* 검은색 배경 */
803+
background-color: #c4f871;
805804
display: flex;
806805
flex-direction: column;
807806
}
@@ -939,7 +938,7 @@
939938
/* 채팅 콘텐츠 영역 (우측 검은 영역) */
940939
.chat-content-area {
941940
flex: 1;
942-
background-color: #222;
941+
background-color: #f0fbf1;
943942
/* 검은색 배경 */
944943
display: flex;
945944
flex-direction: column;
@@ -950,7 +949,7 @@
950949
justify-content: center;
951950
align-items: center;
952951
height: 100%;
953-
color: #fff;
952+
color: #222;
954953
font-size: 18px;
955954
flex-direction: column;
956955
}

0 commit comments

Comments
 (0)