diff --git a/app/views/E2EEnterYourPasswordView.tsx b/app/views/E2EEnterYourPasswordView.tsx
index 3b00c50a3..18245da63 100644
--- a/app/views/E2EEnterYourPasswordView.tsx
+++ b/app/views/E2EEnterYourPasswordView.tsx
@@ -17,12 +17,9 @@ import { useTheme } from '../theme';
import sharedStyles from './Styles';
const styles = StyleSheet.create({
- container: {
- padding: 28
- },
info: {
- fontSize: 14,
- marginVertical: 8,
+ fontSize: 16,
+ marginVertical: 4,
...sharedStyles.textRegular
}
});
@@ -53,10 +50,7 @@ const E2EEnterYourPasswordView = (): React.ReactElement => {
>
-
+
{
style={[styles.copyButton, { backgroundColor: colors.auxiliaryBackground }]}
title={I18n.t('Copy')}
type='secondary'
- fontSize={12}
+ fontSize={14}
/>
{I18n.t('Save_Your_Encryption_Password_info')}
diff --git a/app/views/Styles.ts b/app/views/Styles.ts
index 4dd9dcd18..c341d13a0 100644
--- a/app/views/Styles.ts
+++ b/app/views/Styles.ts
@@ -18,7 +18,7 @@ export default StyleSheet.create({
flexDirection: 'column'
},
containerScrollView: {
- padding: 15,
+ padding: 16,
paddingBottom: 30
},
tabletScreenContent: {