Fix typo
This commit is contained in:
parent
6674afbdb0
commit
cb725b279f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ internal fun LocationFloatingActionButton(
|
|||
contentColor = ElementTheme.colors.iconPrimary,
|
||||
onClick = onClick,
|
||||
modifier = modifier
|
||||
// Note: design is 40do, but min is 48 for accessibility.
|
||||
// Note: design is 40dp, but min is 48 for accessibility.
|
||||
.size(48.dp),
|
||||
) {
|
||||
val iconImage = if (isMapCenteredOnUser) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue