From 6848ade046c30c95608bb9eef87dcf24cbf85f7f Mon Sep 17 00:00:00 2001 From: Tanza3D Date: Wed, 18 Oct 2023 13:53:55 +0100 Subject: Shrink to 16 again --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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', }, }) -- cgit 1.4.1