Change icon description.

Change-Id: I9359bf8c9272b247669ae58fd79e5f79466ec0a9
pull/1309/head
Jaehwa Noh 2 years ago
parent 5488544e06
commit ecf6e9e6fc

@ -419,13 +419,19 @@ private fun SingleTopicButton(
icon = {
Icon(
imageVector = NiaIcons.Add,
contentDescription = name,
contentDescription = stringResource(
id = R.string.feature_foryou_topic_icon_add,
name,
),
)
},
checkedIcon = {
Icon(
imageVector = NiaIcons.Check,
contentDescription = name,
contentDescription = stringResource(
id = R.string.feature_foryou_topic_icon_checked,
name,
),
)
},
modifier = Modifier.clearAndSetSemantics { },

Loading…
Cancel
Save