first version of the cruise lovers app, build 1.0.1, ready to be published on the app store
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user