From 6848ade046c30c95608bb9eef87dcf24cbf85f7f Mon Sep 17 00:00:00 2001 From: Tanza3D Date: Wed, 18 Oct 2023 13:53:55 +0100 Subject: [PATCH] Shrink to 16 again --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index bfcf2d3ee2..99cbdaa350 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', }, })