Skip to content

Commit e081cd5

Browse files
committed
[BOOK-298] chore: ReedTextButton colors ButtonDefaults.textButtonColors로 변경
buttonColors -> textButtonColors
1 parent bda573a commit e081cd5

File tree

1 file changed

+1
-1
lines changed
  • core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/button

1 file changed

+1
-1
lines changed

core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/button/ReedTextButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fun ReedTextButton(
4747
},
4848
modifier = modifier,
4949
enabled = enabled,
50-
colors = ButtonDefaults.buttonColors(
50+
colors = ButtonDefaults.textButtonColors(
5151
containerColor = colorStyle.containerColor(isPressed),
5252
contentColor = colorStyle.contentColor(),
5353
disabledContentColor = colorStyle.disabledContentColor(),

0 commit comments

Comments
 (0)