about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 bfcf2d3ee..99cbdaa35 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -475,7 +475,7 @@ const styles = StyleSheet.create({
   },
   newPostBtnLabel: {
     color: colors.white,
-    fontSize: 17,
+    fontSize: 16,
     fontWeight: '600',
   },
 })