Skip to content

Commit

Permalink
Adjust KeyboardButton animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Jan 19, 2024
1 parent 0f4c259 commit 5ed0caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fun BasicKeyboardButton(
onLongClick = if (onLongClick != null) { { onLongClick(); vibrate() } } else null,
interactionSource = remember { MutableInteractionSource() },
cornerRadiusRange = 30..50,
animationSpec = tween(250)
animationSpec = tween(200)
)
.background(containerColor)
,
Expand Down

0 comments on commit 5ed0caa

Please sign in to comment.