Skip to content

Commit

Permalink
fix: block number ripple visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Oct 20, 2024
1 parent 59fef53 commit 122798d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,12 @@ fun SheetSettingItem(icon: ImageVector, @StringRes description: Int, onClick: ()
Row(
Modifier
.fillMaxWidth()
.padding(8.dp)
.clip(RoundedCornerShape(8.dp))
.clickable {
view.playSoundEffect(SoundEffectConstants.CLICK)
onClick()
}
.padding(8.dp)
) {
Icon(imageVector = icon, contentDescription = null)
Spacer(Modifier.width(16.dp))
Expand Down

0 comments on commit 122798d

Please sign in to comment.