Regression: Reset E2E Key section missing padding (#4595)
This commit is contained in:
parent
5828a04aeb
commit
63e2a3a85c
|
@ -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} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue