summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-03-26 08:36:16 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-03-26 14:22:11 +0200
commit767b0dc6e8eba9bb3acc8345d459333f4f690ce1 (patch)
tree75139268ef8ef4250e056f5bdf6f47a07af90613
parent7dd3ecbed8d542efe97c36d9912f82920e5bdb7c (diff)
downloadmullvadvpn-767b0dc6e8eba9bb3acc8345d459333f4f690ce1.tar.xz
mullvadvpn-767b0dc6e8eba9bb3acc8345d459333f4f690ce1.zip
AccountItem padding
-rw-r--r--app/components/LoginStyles.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js
index b28a9ecae5..757ace7317 100644
--- a/app/components/LoginStyles.js
+++ b/app/components/LoginStyles.js
@@ -81,6 +81,10 @@ export default {
backgroundColor: colors.darkBlue,
},
account_dropdown__item: {
+ paddingTop: 10,
+ paddingRight: 12,
+ paddingLeft: 12,
+ paddingBottom: 12,
flexDirection: 'row',
backgroundColor: colors.white60,
},