diff options
| author | anderklander <anderklander@gmail.com> | 2018-04-11 12:59:45 +0200 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-04-11 13:45:42 +0200 |
| commit | 5ef20be2ba830027db0936466f82fc80a2d46473 (patch) | |
| tree | 9e2527b46ac4732b0b9ffe2113eb191352401ab7 /app/components | |
| parent | 83fd0da17618727f0f13734c8c22c42ace1df58d (diff) | |
| download | mullvadvpn-5ef20be2ba830027db0936466f82fc80a2d46473.tar.xz mullvadvpn-5ef20be2ba830027db0936466f82fc80a2d46473.zip | |
fix SelectLocation cell height
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index 09f7005de8..079e28dd93 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -33,8 +33,8 @@ export default { borderRadius: 8, marginLeft: 4, marginRight: 4, - marginTop: 20, - marginBottom: 20, + marginTop: 19.5, + marginBottom: 19.5, }, relay_status__inactive: { backgroundColor: colors.red95, @@ -46,8 +46,8 @@ export default { color: colors.white, marginLeft: 0, marginRight: 0, - marginTop: 14, - marginBottom: 14, + marginTop: 15.5, + marginBottom: 15.5, }, country: { flexDirection: 'column', |
