|
|
@@ -242,7 +242,7 @@ const TripsScreen = ({ route }: { route: any }) => {
|
|
|
style={{ marginTop: 8, flexDirection: 'row', gap: 8, alignItems: 'center' }}
|
|
|
>
|
|
|
<WarningIcon color={Colors.RED} width={20} height={20} />
|
|
|
- <Text style={{ fontSize: 14, fontWeight: '600', color: Colors.RED }}>
|
|
|
+ <Text style={{ fontSize: 14, fontWeight: '600', color: Colors.RED, flex: 1 }}>
|
|
|
For accurate annual statistics, please enter exact dates for all trips.
|
|
|
</Text>
|
|
|
</TouchableOpacity>
|