parent
45e415bf11
commit
bcdf17b0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ private fun TextInputBox(
|
||||||
.align(Alignment.CenterEnd),
|
.align(Alignment.CenterEnd),
|
||||||
imageVector = CompoundIcons.InfoSolid(),
|
imageVector = CompoundIcons.InfoSolid(),
|
||||||
tint = ElementTheme.colors.iconCriticalPrimary,
|
tint = ElementTheme.colors.iconCriticalPrimary,
|
||||||
contentDescription = null,
|
contentDescription = stringResource(CommonStrings.a11y_info),
|
||||||
)
|
)
|
||||||
if (showBottomSheet) {
|
if (showBottomSheet) {
|
||||||
CaptionWarningBottomSheet(
|
CaptionWarningBottomSheet(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue