Skip to content

Commit

Permalink
6dp still crashes, try with 8dp
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Nov 29, 2024
1 parent ffbfe8a commit 40d2832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun PointerPinButton(
shape = pointerPinShape,
color = colors.backgroundColor(enabled).value,
contentColor = colors.contentColor(enabled).value,
elevation = 6.dp
elevation = 8.dp
) {
Box(Modifier
.proportionalPadding(pointySize)
Expand Down

0 comments on commit 40d2832

Please sign in to comment.