summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/LoginStyles.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/gui/src/renderer/components/LoginStyles.tsx b/gui/src/renderer/components/LoginStyles.tsx
index 53cf650c99..c28cebd4e5 100644
--- a/gui/src/renderer/components/LoginStyles.tsx
+++ b/gui/src/renderer/components/LoginStyles.tsx
@@ -99,9 +99,11 @@ export default {
color: colors.blue,
}),
account_dropdown__label_container: Styles.createViewStyle({
- marginLeft: 12,
- marginTop: 11,
- marginBottom: 11,
+ paddingLeft: 12,
+ paddingTop: 11,
+ paddingBottom: 11,
+ marginHorizontal: 0,
+ marginVertical: 0,
}),
login_footer__prompt: Styles.createTextStyle({