first version of the cruise lovers app, build 1.0.1, ready to be published on the app store

This commit is contained in:
2026-07-22 09:09:26 +01:00
parent 104566ded3
commit 4f5c5cc6d2
23 changed files with 1225 additions and 858 deletions

View File

@@ -56,6 +56,9 @@ export default StyleSheet.create({
height: 38,
marginBottom: 5,
},
statIconSvg: {
marginBottom: 5,
},
statLabel: {
fontSize: 14,
color: colors.azul,
@@ -64,10 +67,11 @@ export default StyleSheet.create({
textAlign: 'center',
},
statValue: {
fontSize: 24,
fontSize: 18,
color: colors.azul,
fontFamily: fonts.medium,
lineHeight: 32,
lineHeight: 24,
textAlign: 'center',
},
statLabelPrimary: {
fontSize: 14,
@@ -77,10 +81,11 @@ export default StyleSheet.create({
textAlign: 'center',
},
statValuePrimary: {
fontSize: 24,
fontSize: 18,
color: colors.branco,
fontFamily: fonts.medium,
lineHeight: 32,
lineHeight: 24,
textAlign: 'center',
},
sectionTitle: {
fontSize: 24,
@@ -165,9 +170,11 @@ export default StyleSheet.create({
justifyContent: 'center',
gap: 4,
flexShrink: 1,
minWidth: 0,
},
statusText: {
flexShrink: 1,
minWidth: 0,
fontSize: 12,
fontFamily: fonts.medium,
textAlign: 'center',