From 03d9da30dbfbf41ac2a6c9e32f5037fe9bd3370a Mon Sep 17 00:00:00 2001 From: OtavioStasiak Date: Mon, 9 Dec 2024 18:03:04 -0300 Subject: [PATCH] fix: updated small button style --- app/containers/TwoFactor/styles.ts | 5 ----- 1 file changed, 5 deletions(-) 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 } });