diff options
| author | anderklander <anderklander@gmail.com> | 2018-04-11 11:04:29 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-04-16 12:01:12 +0200 |
| commit | 84280854f7dde02e917635d22d874b6e57bf1676 (patch) | |
| tree | 5a0832a45d6c44bd0d8de431720ccbc3b1185cbe /app/components/LoginStyles.js | |
| parent | f400e025eedc9323fe8c14f8c813c45bdaedc85b (diff) | |
| download | mullvadvpn-84280854f7dde02e917635d22d874b6e57bf1676.tar.xz mullvadvpn-84280854f7dde02e917635d22d874b6e57bf1676.zip | |
Rename Login styles to remove warning
Diffstat (limited to 'app/components/LoginStyles.js')
| -rw-r--r-- | app/components/LoginStyles.js | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index 47d7467f7d..21c3aa4429 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -55,7 +55,18 @@ export default { account_input_textfield__inactive: { backgroundColor: colors.white60, }, - account_input_button: { + input_button: { + flex: 0, + borderWidth: 0, + width: 48, + alignItems: 'center', + justifyContent: 'center', + }, + input_button__invisible: { + backgroundColor: colors.white, + opacity: 0, + }, + input_arrow: { flex: 0, borderWidth: 0, width: 48, @@ -63,14 +74,14 @@ export default { justifyContent: 'center', color: colors.blue20, }, - account_input_button__active: { + input_arrow__active: { color: colors.white, }, - account_input_button__invisible: { + input_arrow__invisible: { color: colors.white, - backgroundColor: colors.white, opacity: 0, }, + account_dropdown__spacer: { height: 1, backgroundColor: colors.darkBlue, |
