Code styling
This commit is contained in:
@ -199,9 +199,7 @@ object CustomElements {
|
|||||||
bitmap = bitmap.asImageBitmap(),
|
bitmap = bitmap.asImageBitmap(),
|
||||||
contentDescription = "Avatar",
|
contentDescription = "Avatar",
|
||||||
contentScale = ContentScale.Crop,
|
contentScale = ContentScale.Crop,
|
||||||
modifier = Modifier
|
modifier = Modifier.size(36.dp).clip(CircleShape)
|
||||||
.size(36.dp)
|
|
||||||
.clip(CircleShape)
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user