Fix typo
This commit is contained in:
parent
e3f07a1273
commit
584aaa6fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ internal fun LocationFloatingActionButton(
|
||||||
contentColor = ElementTheme.colors.iconPrimary,
|
contentColor = ElementTheme.colors.iconPrimary,
|
||||||
onClick = onClick,
|
onClick = onClick,
|
||||||
modifier = modifier
|
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),
|
.size(48.dp),
|
||||||
) {
|
) {
|
||||||
val iconImage = if (isMapCenteredOnUser) {
|
val iconImage = if (isMapCenteredOnUser) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue