Skip to content

Commit

Permalink
disable onClick animation
Browse files Browse the repository at this point in the history
  • Loading branch information
burak.ozturk1 committed Dec 27, 2024
1 parent 9cd92d5 commit 50dbc96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ internal fun QuantityAddIcon(
interactionSource = MutableInteractionSource(),
enabled = quantityData.isAddButtonEnabled(),
onClick = {
setTargetBackgroundColor.invoke(Color.White)
iconTintColor = icons.iconColor
//setTargetBackgroundColor.invoke(Color.White)
//iconTintColor = icons.iconColor
onAddClick?.invoke()
}
)
Expand Down

0 comments on commit 50dbc96

Please sign in to comment.