Skip to content

Commit 4efec78

Browse files
committed
Add accessibility identifier to control code
1 parent 76baebf commit 4efec78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

RIADigiDoc/UI/Component/Container/Signing/ControlCodeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ struct ControlCodeView: View {
5050
.font(typography.displayMedium)
5151
.foregroundStyle(theme.onSurface)
5252
.scaleEffect(x: Dimensions.Scaling.WideScaling, y: Dimensions.Scaling.DefaultScaling)
53+
.accessibilityIdentifier("controlCode")
5354
}
5455
}
5556
.onDisappear {

0 commit comments

Comments
 (0)