Skip to content

Commit 6d53ae8

Browse files
committed
Fix: CSS 수정
1 parent 2b6093d commit 6d53ae8

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
@@ -781,8 +781,7 @@
781781

782782
.chat-content-area {
783783
flex: 1;
784-
background-color: #222;
785-
/* 검은색 배경 */
784+
background-color: #c4f871;
786785
display: flex;
787786
flex-direction: column;
788787
}
@@ -920,7 +919,7 @@
920919
/* 채팅 콘텐츠 영역 (우측 검은 영역) */
921920
.chat-content-area {
922921
flex: 1;
923-
background-color: #222;
922+
background-color: #f0fbf1;
924923
/* 검은색 배경 */
925924
display: flex;
926925
flex-direction: column;
@@ -931,7 +930,7 @@
931930
justify-content: center;
932931
align-items: center;
933932
height: 100%;
934-
color: #fff;
933+
color: #222;
935934
font-size: 18px;
936935
flex-direction: column;
937936
}

0 commit comments

Comments
 (0)