From 1632b5641baaad10b85b149e5a0a4ff8a2234b46 Mon Sep 17 00:00:00 2001 From: JI HUN LEE <51016231+easyhooon@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:07:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=20Surface=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=20=EC=83=89=EC=83=81=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/com/last/psychat/android/feature/chat/ChatScreen.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/chat/src/main/kotlin/com/last/psychat/android/feature/chat/ChatScreen.kt b/feature/chat/src/main/kotlin/com/last/psychat/android/feature/chat/ChatScreen.kt index 2e48abf..64eb6d2 100644 --- a/feature/chat/src/main/kotlin/com/last/psychat/android/feature/chat/ChatScreen.kt +++ b/feature/chat/src/main/kotlin/com/last/psychat/android/feature/chat/ChatScreen.kt @@ -50,6 +50,7 @@ import com.last.psychat.android.feature.chat.components.ChatTopBar import com.last.psychat.android.feature.chat.model.ChatMessageUiModel import com.last.psychat.core.util.extension.formatDate import com.last.psychat.core.util.getCurrentTime +import com.last.pyschat.android.core.designsystem.theme.Gray50 import com.last.pyschat.android.core.designsystem.theme.Gray500 import com.last.pyschat.android.core.designsystem.theme.Gray900 import com.last.pyschat.android.core.designsystem.theme.TextMRegular @@ -108,6 +109,7 @@ internal fun ChatScreen( Surface( modifier = modifier.fillMaxSize(), + color = Gray50, ) { Column( modifier