Skip to content

Commit

Permalink
chore/#33: DetailModalBottomSheet에 PersonalCupSelection 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyein9892 committed Nov 27, 2024
1 parent 896fdec commit dcded46
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,28 @@ fun DetailModalBottomSheet(

})

Spacer(Modifier.height(24.dp))
Spacer(Modifier.height(16.dp))

PersonalCupSelection(
onClick = {

}
)

Spacer(Modifier.height(40.dp))

PersonalOptionSelection(
onClick = {},
modifier = Modifier.padding(horizontal = 16.dp)
)


}
}


Spacer(modifier = Modifier.height(24.dp))

DetailModalBottomBar(
price = "1,000원",
onQuantityButtonClick = {},
Expand Down

0 comments on commit dcded46

Please sign in to comment.