Skip to content

Commit

Permalink
[FIX] #67-홈 화면에서 bottomSheet의 배경 색상 수정
Browse files Browse the repository at this point in the history
l5x5l committed Aug 31, 2024
1 parent 58bfb1b commit 3939b67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -82,7 +82,8 @@ fun HomeScreen(
onDismissRequest = {
showBottomSheet = false
},
sheetState = sheetState
sheetState = sheetState,
containerColor = PokitTheme.colors.backgroundBase
) {
Row(
modifier = Modifier

0 comments on commit 3939b67

Please sign in to comment.