diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-27 20:14:17 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-03-26 14:22:10 +0200 |
| commit | c1bb35b44e0b566b60f3f7310927a96c8f0224d9 (patch) | |
| tree | cc0d2d770125096e0dee0812c35a2a99856e7f96 /app/components | |
| parent | 7a5696418ce52fdf0243a71b4c92f7b65ebc4ccd (diff) | |
| download | mullvadvpn-c1bb35b44e0b566b60f3f7310927a96c8f0224d9.tar.xz mullvadvpn-c1bb35b44e0b566b60f3f7310927a96c8f0224d9.zip | |
Change placeholderTextColor
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Login.js b/app/components/Login.js index 53b85726cd..a6a9544667 100644 --- a/app/components/Login.js +++ b/app/components/Login.js @@ -306,7 +306,7 @@ export default class Login extends React.Component<LoginPropTypes, State> { <AccountInput style={styles.account_input_textfield} type="text" placeholder="e.g 0000 0000 0000" - placeholderTextColor={colors.blue20} + placeholderTextColor={colors.blue40} onFocus={ this._onFocus } onBlur={ this._onBlur } onChange={ this._onInputChange } |
