[SHARED] Fix missing content description

This commit is contained in:
Kamil Gurgul
2025-02-15 07:37:04 +01:00
parent 214f541d02
commit db804107ef
@@ -248,7 +248,7 @@ private fun TopBar(
IconButton(onClick = { showSearch = true }) {
Icon(
imageVector = Icons.Default.Search,
contentDescription = null,
contentDescription = stringResource(Res.string.search),
)
}
}