diff --git a/app/views/E2EEncryptionSecurityView.tsx b/app/views/E2EEncryptionSecurityView.tsx index 7e6ef7442..ea8405416 100644 --- a/app/views/E2EEncryptionSecurityView.tsx +++ b/app/views/E2EEncryptionSecurityView.tsx @@ -40,6 +40,9 @@ const styles = StyleSheet.create({ }, changePasswordButton: { marginBottom: 4 + }, + separator: { + marginBottom: 16 } }); @@ -148,8 +151,7 @@ class E2EEncryptionSecurityView extends React.Component - - + ); };