diff options
| author | Erik Larkö <erik@mullvad.net> | 2018-01-02 12:13:39 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-01-03 11:46:43 +0100 |
| commit | e32c63753c1f2447dad04e80d438ddc06aabef97 (patch) | |
| tree | 25e91494e675aedacc7827e01ecb6a76006c44c8 /app/components | |
| parent | f67f9bf585f741093b0916cd9157a041554c289c (diff) | |
| download | mullvadvpn-e32c63753c1f2447dad04e80d438ddc06aabef97.tar.xz mullvadvpn-e32c63753c1f2447dad04e80d438ddc06aabef97.zip | |
Remove button margins
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/SettingsStyles.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js index 03b4be71b4..4ea470b9f6 100644 --- a/app/components/SettingsStyles.js +++ b/app/components/SettingsStyles.js @@ -43,10 +43,7 @@ export default Object.assign(createViewStyles({ paddingBottom: 15, paddingLeft: 24, paddingRight: 24, - marginLeft: -6, //Because of button.css, when removed remove this - marginRight: -6, //Because of button.css, when removed remove this - marginTop: -1, //Because of button.css, when removed remove this - marginBottom: -3, //Because of button.css, when removed remove this + marginBottom: 1, flex: 1, flexDirection: 'row', alignItems: 'center', |
