Regression: Reset E2E Key section missing padding (#4595)

This commit is contained in:
Reinaldo Neto 2022-10-07 12:01:04 -03:00 committed by GitHub
parent 5828a04aeb
commit 63e2a3a85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -40,6 +40,9 @@ const styles = StyleSheet.create({
},
changePasswordButton: {
marginBottom: 4
},
separator: {
marginBottom: 16
}
});
@ -148,8 +151,7 @@ class E2EEncryptionSecurityView extends React.Component<IE2EEncryptionSecurityVi
testID='e2e-encryption-security-view-change-password'
/>
</List.Section>
<List.Separator />
<List.Separator style={styles.separator} />
</>
);
};