From 63e2a3a85c13cd6844b5c418f5614012d7a6168a Mon Sep 17 00:00:00 2001 From: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:01:04 -0300 Subject: [PATCH] Regression: Reset E2E Key section missing padding (#4595) --- app/views/E2EEncryptionSecurityView.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 - - + ); };