diff --git a/ReactNativeClient/lib/components/screens/encryption-config.js b/ReactNativeClient/lib/components/screens/encryption-config.js index afd9a11087..064c0aaa12 100644 --- a/ReactNativeClient/lib/components/screens/encryption-config.js +++ b/ReactNativeClient/lib/components/screens/encryption-config.js @@ -77,10 +77,12 @@ class EncryptionConfigScreenComponent extends BaseScreenComponent { paddingBottom: 5, marginTop: theme.marginTop, marginBottom: 5, + color: theme.color, }, normalText: { flex: 1, fontSize: theme.fontSize, + color: theme.color, }, container: { flex: 1, @@ -112,9 +114,9 @@ class EncryptionConfigScreenComponent extends BaseScreenComponent { {_('Master Key %s', mk.id.substr(0,6))} {_('Created: %s', time.formatMsToLocal(mk.created_time))} - {_('Password:')} - onPasswordChange(text)} style={{flex:1, marginRight: 10}}> - {passwordOk} + {_('Password:')} + onPasswordChange(text)} style={{flex:1, marginRight: 10, color: theme.color}}> + {passwordOk} @@ -137,8 +139,8 @@ class EncryptionConfigScreenComponent extends BaseScreenComponent { return ( - {_('Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.')} - { this.setState({ passwordPromptAnswer: text }) }}> + {_('Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target. Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.')} + { this.setState({ passwordPromptAnswer: text }) }}>