diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-10 14:47:56 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-16 16:44:05 +0200 |
| commit | 3bab0f3e67ae5bcd712e5b332edae149728c9465 (patch) | |
| tree | cdaff74e1eb8581e095fd999ac0a90b585041719 | |
| parent | 7aa861495ffe90e0b5a9b9c67b8ccf0ad62c2882 (diff) | |
| download | mullvadvpn-3bab0f3e67ae5bcd712e5b332edae149728c9465.tar.xz mullvadvpn-3bab0f3e67ae5bcd712e5b332edae149728c9465.zip | |
Fix header padding in Settings
| -rw-r--r-- | app/components/SettingsStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js index 6063a5a567..8fa319588a 100644 --- a/app/components/SettingsStyles.js +++ b/app/components/SettingsStyles.js @@ -18,7 +18,7 @@ export default Object.assign( paddingTop: 16, paddingRight: 24, paddingLeft: 24, - paddingBottom: 16, + paddingBottom: 24, }, settings__content: { flexDirection: 'column', |
