diff options
author | Tanza3D <hubsterhub@gmail.com> | 2023-10-18 13:53:55 +0100 |
---|---|---|
committer | Tanza3D <hubsterhub@gmail.com> | 2023-10-18 13:53:55 +0100 |
commit | 6848ade046c30c95608bb9eef87dcf24cbf85f7f (patch) | |
tree | 2e14609ea46a71e2c5030f19d4d2a74c2481032c | |
parent | de94acb6c8a401296e855f56dde7051ba11cebb6 (diff) | |
download | voidsky-6848ade046c30c95608bb9eef87dcf24cbf85f7f.tar.zst |
Shrink to 16 again
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
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', }, }) |