Browse Source

text ui fix

Viktoriia 1 month ago
parent
commit
7d6b3cc986
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/screens/InAppScreens/TravelsScreen/Trips2025Screen/index.tsx

+ 1 - 1
src/screens/InAppScreens/TravelsScreen/Trips2025Screen/index.tsx

@@ -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>