diff --git a/app/containers/TwoFactor/styles.ts b/app/containers/TwoFactor/styles.ts index 092149acc4..c1a401ad7b 100644 --- a/app/containers/TwoFactor/styles.ts +++ b/app/containers/TwoFactor/styles.ts @@ -51,10 +51,5 @@ export default StyleSheet.create({ }, containerInput: { marginBottom: 0 - }, - resendEmailText: { - ...sharedStyles.textBold, - fontSize: 12, - lineHeight: 18 } });