about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 815189942..2679a6648 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -461,7 +461,7 @@ const styles = StyleSheet.create({
     width: 140,
     borderRadius: 24,
     paddingTop: 10,
-    paddingBottom: 13, // visually aligns the text vertically inside the button
+    paddingBottom: 12, // visually aligns the text vertically inside the button
     paddingLeft: 16,
     paddingRight: 18, // looks nicer like this
     backgroundColor: colors.blue3,