A React Native app for the ultimate thinking partner.

feat(ui): increase header title font size to 62px

+1 -1
+1 -1
App.tsx
··· 1090 1090 alignItems: 'center', 1091 1091 }, 1092 1092 headerTitle: { 1093 - fontSize: 28, 1093 + fontSize: 62, 1094 1094 fontFamily: 'Lexend_700Bold', 1095 1095 color: darkTheme.colors.text.primary, 1096 1096 },