Skip to content

Commit

Permalink
fixed variable name in TextInputLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Jul 12, 2023
1 parent d6b2d07 commit 48407db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInputLabel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TextInputLabel extends PureComponent {
<Animated.Text
ref={(el) => (this.label = el)}
pointerEvents="none"
accessibilityRole={CONST.ACCESSIBILITY_ROLE_TEXT}
accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT}
style={[styles.textInputLabel, styles.textInputLabelDesktop, styles.textInputLabelTransformation(this.props.labelTranslateY, 0, this.props.labelScale)]}
>
{this.props.label}
Expand Down

0 comments on commit 48407db

Please sign in to comment.