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 | |
| parent | 7a5696418ce52fdf0243a71b4c92f7b65ebc4ccd (diff) | |
| download | mullvadvpn-c1bb35b44e0b566b60f3f7310927a96c8f0224d9.tar.xz mullvadvpn-c1bb35b44e0b566b60f3f7310927a96c8f0224d9.zip | |
Change placeholderTextColor
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/css/global.css | 2 | ||||
| -rw-r--r-- | app/components/Login.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/css/global.css b/app/assets/css/global.css index 7f920bd279..cf35bc2643 100644 --- a/app/assets/css/global.css +++ b/app/assets/css/global.css @@ -30,5 +30,5 @@ body { } ::-webkit-input-placeholder { - color: rgba(41, 77, 115, 0.2); + color: rgba(41, 77, 115, 0.4); }
\ No newline at end of file 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 } |
