We want an icon size of 20 when the avatar size is 64.
This commit is contained in:
parent
637df0a228
commit
805eaf631d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue