summaryrefslogtreecommitdiffhomepage
path: root/app/components/SettingsStyles.js
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-02-14 20:15:49 +0100
committeranderklander <anderklander@gmail.com>2018-02-15 16:02:02 +0100
commitb5b64ecccd6e9ddb727f8ded678b355239dffce2 (patch)
treea9c2af37831d0ddf4ff1a753f9875c7c65c14cc0 /app/components/SettingsStyles.js
parentfca315fea6e7043da0c4d87d08aae74032326ffb (diff)
downloadmullvadvpn-b5b64ecccd6e9ddb727f8ded678b355239dffce2.tar.xz
mullvadvpn-b5b64ecccd6e9ddb727f8ded678b355239dffce2.zip
AppButton-rework
Diffstat (limited to 'app/components/SettingsStyles.js')
-rw-r--r--app/components/SettingsStyles.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/components/SettingsStyles.js b/app/components/SettingsStyles.js
index a47ec770d3..430c942462 100644
--- a/app/components/SettingsStyles.js
+++ b/app/components/SettingsStyles.js
@@ -17,7 +17,7 @@ export default Object.assign(createViewStyles({
paddingTop: 16,
paddingRight: 24,
paddingLeft: 24,
- paddingBottom: 24,
+ paddingBottom: 16,
},
settings__content: {
flexDirection: 'column',
@@ -57,10 +57,8 @@ export default Object.assign(createViewStyles({
backgroundColor: colors.red95,
},
settings__footer: {
- paddingTop: 24,
- paddingLeft: 24,
- paddingRight: 24,
- paddingBottom: 24,
+ paddingTop: 16,
+ paddingBottom: 16,
},
}), createTextStyles({
settings__title:{