Skip to content

Missing alternative text on Cancel and Torch buttons #54

Description

@Erdragh

Similarly to the iOS implementation, the Torch and Cancel Buttons in this lib do not have alternative text specified, making them appear incorrectly for screen readers.

Image(
painter = icon,
contentDescription = null,
modifier = modifier

Icon(
painter = painterResource(id = R.drawable.close),
contentDescription = null,
tint = Color.White,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions