summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,
},