Skip to content

Commit

Permalink
fix: 회면 background 색상 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 committed Jul 22, 2024
1 parent 45c8435 commit f00d179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fun PostListScreen(
onTopicChanged: (PostTopicUiModel) -> Unit = {},
navigateToDetail: (postId: Long) -> Unit = {},
) {
Column(modifier = Modifier.fillMaxSize()) {
Column(modifier = Modifier.fillMaxSize().background(WithpeaceTheme.colors.SystemWhite)) {
Spacer(modifier = Modifier.height(8.dp))
TopicTabs(
currentTopic = currentTopic,
Expand Down

0 comments on commit f00d179

Please sign in to comment.