summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-02-27 20:14:17 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-03-26 14:22:10 +0200
commitc1bb35b44e0b566b60f3f7310927a96c8f0224d9 (patch)
treecc0d2d770125096e0dee0812c35a2a99856e7f96 /app/components
parent7a5696418ce52fdf0243a71b4c92f7b65ebc4ccd (diff)
downloadmullvadvpn-c1bb35b44e0b566b60f3f7310927a96c8f0224d9.tar.xz
mullvadvpn-c1bb35b44e0b566b60f3f7310927a96c8f0224d9.zip
Change placeholderTextColor
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Login.js2
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 }