Skip to content

Commit

Permalink
누락된 Surface 배경 색상 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Nov 15, 2023
1 parent 7302dbd commit 1632b56
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -108,6 +109,7 @@ internal fun ChatScreen(

Surface(
modifier = modifier.fillMaxSize(),
color = Gray50,
) {
Column(
modifier
Expand Down

0 comments on commit 1632b56

Please sign in to comment.