Skip to content

Commit f4c8c7c

Browse files
Add padding to sync with other buttons
1 parent 65f96e9 commit f4c8c7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib-compose/src/main/java/com/what3words/components/compose/maps/buttons

lib-compose/src/main/java/com/what3words/components/compose/maps/buttons/RecallButton.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fun RecallButton(
5555
IconButton(
5656
onClick = { onRecallClicked() },
5757
modifier = modifier
58+
.padding(4.dp)
5859
.alpha(if (isVisible) 1f else 0f)
5960
.rotate(rotation)
6061
.shadow(elevation = 3.dp, shape = CircleShape)

0 commit comments

Comments
 (0)