Merge pull request #6650 from element-hq/feature/bma/a11yFixes
[a11y] Fix a set of issues
This commit is contained in:
commit
26fe5b6492
44 changed files with 271 additions and 169 deletions
|
|
@ -679,7 +679,7 @@ private fun TextInputBox(
|
|||
.align(Alignment.CenterEnd),
|
||||
imageVector = CompoundIcons.InfoSolid(),
|
||||
tint = ElementTheme.colors.iconCriticalPrimary,
|
||||
contentDescription = null,
|
||||
contentDescription = stringResource(CommonStrings.a11y_info),
|
||||
)
|
||||
if (showBottomSheet) {
|
||||
CaptionWarningBottomSheet(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue