diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-10 15:55:04 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-16 16:44:05 +0200 |
| commit | fa8cf2513f2ab2ffca71fb32c02e4d1452313076 (patch) | |
| tree | 63c8431f987a1e785602c87d4f1c87bc10208028 /app/components/SelectLocationStyles.js | |
| parent | cc338ca0571452d437a7c54e28d0f57967184973 (diff) | |
| download | mullvadvpn-fa8cf2513f2ab2ffca71fb32c02e4d1452313076.tar.xz mullvadvpn-fa8cf2513f2ab2ffca71fb32c02e4d1452313076.zip | |
Align margins across the app
Diffstat (limited to 'app/components/SelectLocationStyles.js')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index c1fca00d07..6268f6ea16 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -36,8 +36,8 @@ export default { borderRadius: 8, marginLeft: 4, marginRight: 4, - marginTop: 19.5, - marginBottom: 19.5, + marginTop: 20, + marginBottom: 20, }, relay_status__inactive: { backgroundColor: colors.red95, |
