Skip to content

Commit

Permalink
[FEAT/#24] advanced bottom sheet dragHandle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jan 16, 2025
1 parent 5714269 commit 28aafb1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ fun SpoonyAdvancedBottomSheet(
containerColor = SpoonyAndroidTheme.colors.white,
sheetDragHandle = {
Column(
horizontalAlignment = Alignment.CenterHorizontally
horizontalAlignment = Alignment.CenterHorizontally,
modifier = Modifier
.padding(top = 12.dp)
) {
Box(
modifier = Modifier
.width(24.dp)
.height(Dp.Hairline.plus(2.dp))
.padding(top = 12.dp)
.background(SpoonyAndroidTheme.colors.gray300)
)
dragHandle()
Expand Down

0 comments on commit 28aafb1

Please sign in to comment.