1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1869 Widgets | Fix | Profile icon should be circular (#527)

Co-authored-by: Konstantin Ivanov <54908981+konstantiniiv@users.noreply.github.com>
This commit is contained in:
Evgenii Kozlov 2023-11-09 15:28:36 +01:00 committed by uburoiubu
parent f6d506b837
commit eb51225b72
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -602,7 +602,7 @@ fun HomeScreenBottomToolbar(
contentDescription = "Custom image space icon",
modifier = Modifier
.size(24.dp)
.clip(RoundedCornerShape(3.dp))
.clip(CircleShape)
.align(Alignment.Center),
contentScale = ContentScale.Crop
)