about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-10-30 19:18:02 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-10-30 19:18:02 -0700
commit33a87ca22ead24d591b6076d9b69e12dfcdcd41f (patch)
treef20cf376bdbcc24465da28a7238874a3dfaba468 /src/view
parent1eb623ee2fdd376416e57fb83fdff2e90376e13b (diff)
downloadvoidsky-33a87ca22ead24d591b6076d9b69e12dfcdcd41f.tar.zst
Yep, one pixel
Diffstat (limited to 'src/view')
-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,