We want an icon size of 20 when the avatar size is 64.
This commit is contained in:
parent
8c5ea9694e
commit
c359da9ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ private fun BoxScope.OverlayEditButton(
|
|||
contentAlignment = Alignment.Center,
|
||||
) {
|
||||
Icon(
|
||||
modifier = Modifier.size(editButtonSize * 24 / 30f),
|
||||
modifier = Modifier.size(editButtonSize * 20 / 30f),
|
||||
imageVector = CompoundIcons.Edit(),
|
||||
contentDescription = null,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue