Shrink to 16 again

This commit is contained in:
Tanza3D
2023-10-18 13:53:55 +01:00
parent de94acb6c8
commit 6848ade046
+1 -1
View File
@@ -475,7 +475,7 @@ const styles = StyleSheet.create({
}, },
newPostBtnLabel: { newPostBtnLabel: {
color: colors.white, color: colors.white,
fontSize: 17, fontSize: 16,
fontWeight: '600', fontWeight: '600',
}, },
}) })