[a11y] Add click label on edit avatar component
https://github.com/element-hq/customer-success/issues/579
This commit is contained in:
parent
fb497d0465
commit
080d5595a7
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ fun EditableAvatarView(
|
|||
modifier = Modifier
|
||||
.clickable(
|
||||
interactionSource = remember { MutableInteractionSource() },
|
||||
onClickLabel = stringResource(CommonStrings.a11y_edit_avatar),
|
||||
onClick = onAvatarClick,
|
||||
indication = ripple(bounded = false),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue