diff options
| author | Erik Larkö <erik@mullvad.net> | 2018-01-08 13:43:44 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2018-01-09 14:40:20 +0100 |
| commit | 143bf2148a4b3852ec53f9f75a17bfa8546f0a6d (patch) | |
| tree | 04fe8e507a10d761479a2a8af1af526b83c552ce /app/components | |
| parent | 44ffa3f8cfdc9a8bd5150f0f2e0707eff11f330c (diff) | |
| download | mullvadvpn-143bf2148a4b3852ec53f9f75a17bfa8546f0a6d.tar.xz mullvadvpn-143bf2148a4b3852ec53f9f75a17bfa8546f0a6d.zip | |
review things
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/SettingsStyles.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js index 0b39235d7b..394aa6f1ce 100644 --- a/app/components/SettingsStyles.js +++ b/app/components/SettingsStyles.js @@ -44,7 +44,6 @@ export default Object.assign(createViewStyles({ height: 24, flex: 0, opacity: 0.6, - marginRight: 8, }, settings__cell:{ backgroundColor: 'rgba(41,71,115,1)', @@ -88,7 +87,6 @@ export default Object.assign(createViewStyles({ paddingRight: 12, paddingBottom: 9, borderRadius: 4, - justifyContent: 'center', alignItems: 'center', }, settings__footer: { |
