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:
parent
f6d506b837
commit
eb51225b72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue