diff options
| author | anderklander <anderklander@gmail.com> | 2018-03-26 12:48:30 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-03-26 14:22:11 +0200 |
| commit | 96c784d450e74786c993c87bf501b73c880fefc4 (patch) | |
| tree | cc37ea9d3bc1bda8ce10968c371b6541ef540164 /app/components/LoginStyles.js | |
| parent | 54bbf42830092536f577f28c1bd42418d302963f (diff) | |
| download | mullvadvpn-96c784d450e74786c993c87bf501b73c880fefc4.tar.xz mullvadvpn-96c784d450e74786c993c87bf501b73c880fefc4.zip | |
Tweak LoginStyles
Diffstat (limited to 'app/components/LoginStyles.js')
| -rw-r--r-- | app/components/LoginStyles.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js index 19853abd20..471ab045cc 100644 --- a/app/components/LoginStyles.js +++ b/app/components/LoginStyles.js @@ -85,6 +85,7 @@ export default { paddingRight: 12, paddingLeft: 12, paddingBottom: 12, + marginBottom: 0, flexDirection: 'row', backgroundColor: colors.white60, }, @@ -158,6 +159,7 @@ export default { color: colors.blue80, border: 0, textAlign: 'left', + marginLeft: 0, }, }), }; |
