diff options
| -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 } |
