We want an icon size of 20 when the avatar size is 64.
This commit is contained in:
@@ -195,7 +195,7 @@ private fun BoxScope.OverlayEditButton(
|
|||||||
contentAlignment = Alignment.Center,
|
contentAlignment = Alignment.Center,
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
modifier = Modifier.size(editButtonSize * 24 / 30f),
|
modifier = Modifier.size(editButtonSize * 20 / 30f),
|
||||||
imageVector = CompoundIcons.Edit(),
|
imageVector = CompoundIcons.Edit(),
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user