diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-20 15:35:44 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-24 13:48:18 +0200 |
| commit | b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a (patch) | |
| tree | 38f1972ac884b6372ec38becd68144af20c18b57 /app/components/SettingsStyles.js | |
| parent | 4b15132791c45c6d5675dbb39c74c5a6d257d458 (diff) | |
| download | mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.tar.xz mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.zip | |
Remove global styles from app buttons
Diffstat (limited to 'app/components/SettingsStyles.js')
| -rw-r--r-- | app/components/SettingsStyles.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js index 9bc7c16a08..e165e82fe2 100644 --- a/app/components/SettingsStyles.js +++ b/app/components/SettingsStyles.js @@ -36,8 +36,10 @@ export default { flex: 0, }, settings__footer: { - paddingTop: 16, - paddingBottom: 16, + paddingTop: 24, + paddingBottom: 24, + paddingLeft: 24, + paddingRight: 24, }, }), ...createTextStyles({ |
