Skip to content

Commit f5e9dfc

Browse files
committed
[BOOK-123] refactor: ReedBottomSheet 코드 스타일 개선
1 parent ab3d905 commit f5e9dfc

File tree

1 file changed

+3
-3
lines changed
  • core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/bottomsheet

1 file changed

+3
-3
lines changed

core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/bottomsheet/ReedBottomSheet.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ fun ReedBottomSheet(
3232
sheetState = sheetState,
3333
sheetGesturesEnabled = false,
3434
shape = RoundedCornerShape(topStart = 20.dp, topEnd = 20.dp),
35-
dragHandle = null,
3635
containerColor = White,
36+
dragHandle = null,
3737
) {
3838
content()
3939
}
@@ -51,14 +51,14 @@ private fun ReedBottomSheetPreview() {
5151
)
5252
ReedTheme {
5353
ReedBottomSheet(
54-
sheetState = sheetState,
5554
onDismissRequest = {},
55+
sheetState = sheetState,
5656
) {
5757
ReedButton(
5858
onClick = {},
5959
modifier = Modifier.padding(10.dp).fillMaxWidth(),
60-
colorStyle = ReedButtonColorStyle.PRIMARY,
6160
sizeStyle = largeButtonStyle,
61+
colorStyle = ReedButtonColorStyle.PRIMARY,
6262
text = "확인",
6363
)
6464
}

0 commit comments

Comments
 (0)