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/AccountStyles.js | |
| parent | 4b15132791c45c6d5675dbb39c74c5a6d257d458 (diff) | |
| download | mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.tar.xz mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.zip | |
Remove global styles from app buttons
Diffstat (limited to 'app/components/AccountStyles.js')
| -rw-r--r-- | app/components/AccountStyles.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/components/AccountStyles.js b/app/components/AccountStyles.js index eda95d5dec..f31add058e 100644 --- a/app/components/AccountStyles.js +++ b/app/components/AccountStyles.js @@ -21,7 +21,7 @@ export default { paddingTop: 16, paddingRight: 24, paddingLeft: 24, - paddingBottom: 12, + paddingBottom: 24, }, account__scrollview: { flexGrow: 1, @@ -42,10 +42,14 @@ export default { paddingBottom: 0, paddingLeft: 24, paddingRight: 24, - marginTop: 24, + marginBottom: 24, }, account__footer: { - marginTop: 12, + paddingLeft: 24, + paddingRight: 24, + }, + account__buy_button: { + marginBottom: 24, }, }), ...createTextStyles({ |
