We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a156f1c commit 8cfe324Copy full SHA for 8cfe324
app/containers/Passcode/Base/index.tsx
@@ -144,7 +144,7 @@ const Base = forwardRef<IBase, IPasscodeBase>(
144
</Col>
145
<Col style={[styles.colButton, heightButtonRow]}>
146
<Button testID='passcode-button-backspace' style={heightButtonRow} icon='backspace' onPress={onPressDelete} />
147
- </Col>
+ </Col>
148
</Row>
149
</Grid>
150
</Animatable.View>
0 commit comments