Skip to content

Commit

Permalink
chore: modifier 인자로 받아온 걸로 교체 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 authored Dec 11, 2024
1 parent 8667f4a commit bd1239e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fun BoxButton(
colors = boxButtonColorByType(
type = buttonType,
),
modifier = Modifier.height(height),
modifier = modifier.height(height),
enabled = enabled,
showBorder = (buttonType == BoxButtonType.Tertiary),
interactionSource = interactionSource,
Expand Down

0 comments on commit bd1239e

Please sign in to comment.