Skip to content

Commit bd1239e

Browse files
authored
chore: modifier 인자로 받아온 걸로 교체 (#20)
1 parent 8667f4a commit bd1239e

File tree

1 file changed

+1
-1
lines changed
  • compose/src/main/kotlin/com/yourssu/handy/compose/button

1 file changed

+1
-1
lines changed

compose/src/main/kotlin/com/yourssu/handy/compose/button/BoxButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fun BoxButton(
6969
colors = boxButtonColorByType(
7070
type = buttonType,
7171
),
72-
modifier = Modifier.height(height),
72+
modifier = modifier.height(height),
7373
enabled = enabled,
7474
showBorder = (buttonType == BoxButtonType.Tertiary),
7575
interactionSource = interactionSource,

0 commit comments

Comments
 (0)