diff --git a/app/mobile/src/session/settings/Settings.jsx b/app/mobile/src/session/settings/Settings.jsx index 884024c5..b2a1c9ee 100644 --- a/app/mobile/src/session/settings/Settings.jsx +++ b/app/mobile/src/session/settings/Settings.jsx @@ -383,23 +383,21 @@ export function Settings() { onChangeText={actions.setSealPassword} /> - - { state.sealPassword && ( - sealAction(actions.unlockKey)}> - { busy && ( - - )} - { !busy && ( - { state.strings.unlock } - )} - - )} - { !state.sealPassword && ( - - { state.strings.unlock } - - )} - + { state.sealPassword && ( + sealAction(actions.unlockKey)}> + { busy && ( + + )} + { !busy && ( + { state.strings.unlock } + )} + + )} + { !state.sealPassword && ( + + { state.strings.unlock } + + )} { state.strings.removeSeal } diff --git a/app/mobile/src/session/settings/Settings.styled.js b/app/mobile/src/session/settings/Settings.styled.js index 649b2c75..799381f4 100644 --- a/app/mobile/src/session/settings/Settings.styled.js +++ b/app/mobile/src/session/settings/Settings.styled.js @@ -192,7 +192,7 @@ export const styles = StyleSheet.create({ right: 16, }, enabledButton: { - marginTop: 8, + marginTop: 24, marginBottom: 16, borderRadius: 4, backgroundColor: Colors.primaryButton, @@ -207,7 +207,7 @@ export const styles = StyleSheet.create({ fontFamily: 'Roboto', }, disabledButton: { - marginTop: 8, + marginTop: 24, marginBottom: 16, borderRadius: 4, backgroundColor: Colors.disabledButton, @@ -222,7 +222,7 @@ export const styles = StyleSheet.create({ fontFamily: 'Roboto', }, dangerButton: { - marginTop: 8, + marginTop: 24, marginBottom: 16, borderRadius: 4, backgroundColor: Colors.dangerButton, @@ -253,7 +253,7 @@ export const styles = StyleSheet.create({ fontFamily: 'Roboto', }, cancelButton: { - marginTop: 8, + marginTop: 24, marginBottom: 16, marginRight: 16, borderRadius: 4,