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/AppButtonStyles.js | |
| parent | 4b15132791c45c6d5675dbb39c74c5a6d257d458 (diff) | |
| download | mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.tar.xz mullvadvpn-b45bc31c0b6a3c248c64da3cd75f9e10607bdc8a.zip | |
Remove global styles from app buttons
Diffstat (limited to 'app/components/AppButtonStyles.js')
| -rw-r--r-- | app/components/AppButtonStyles.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/components/AppButtonStyles.js b/app/components/AppButtonStyles.js index d1cf500cdb..d84b78b8a3 100644 --- a/app/components/AppButtonStyles.js +++ b/app/components/AppButtonStyles.js @@ -44,10 +44,6 @@ export default { paddingLeft: 9, paddingRight: 9, paddingBottom: 9, - marginTop: 8, - marginBottom: 8, - marginLeft: 24, - marginRight: 24, borderRadius: 4, flex: 1, flexDirection: 'column', |
