Skip to content

Commit cb725b2

Browse files
authored
Fix typo
1 parent 6674afb commit cb725b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/location/impl/src/main/kotlin/io/element/android/features/location/impl/common/ui/LocationFloatingActionButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal fun LocationFloatingActionButton(
3434
contentColor = ElementTheme.colors.iconPrimary,
3535
onClick = onClick,
3636
modifier = modifier
37-
// Note: design is 40do, but min is 48 for accessibility.
37+
// Note: design is 40dp, but min is 48 for accessibility.
3838
.size(48.dp),
3939
) {
4040
val iconImage = if (isMapCenteredOnUser) {

0 commit comments

Comments
 (0)