diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-03 15:32:59 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 16:25:34 +0200 |
| commit | e456e241a93cd744b392086a6c6f9535ed760280 (patch) | |
| tree | 190122c46a98d6f706b210a444383ad778667532 | |
| parent | b20780c2a7c549ae620182b524f5e82f017daf21 (diff) | |
| download | mullvadvpn-e456e241a93cd744b392086a6c6f9535ed760280.tar.xz mullvadvpn-e456e241a93cd744b392086a6c6f9535ed760280.zip | |
Fix broken style after adding Img.width/height params
| -rw-r--r-- | app/components/LoginStyles.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index 05fa0f29f9..4538f9b82a 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -14,9 +14,8 @@ export default { }, status_icon: { flex: 0, - height: 48, marginBottom: 30, - justifyContent: 'center', + alignItems: 'center', }, login_form: { flex: 1, |
