浏览代码

updated text in trips

Viktoriia 1 周之前
父节点
当前提交
a5169da880
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/screens/InAppScreens/TravelsScreen/Components/TripItem/index.tsx

+ 2 - 2
src/screens/InAppScreens/TravelsScreen/Components/TripItem/index.tsx

@@ -44,8 +44,8 @@ const TripItem = ({ item }: { item: TripsData }) => {
       {item.dates_missing === 1 ? (
         <View style={{ flexDirection: 'row', gap: 6, alignItems: 'center', marginBottom: 10 }}>
           <WarningIcon color={Colors.RED} width={16} height={16} />
-          <Text style={{ fontSize: 14, fontWeight: '600', color: Colors.RED }}>
-            Fill in exact dates.
+          <Text style={{ flex: 1, fontSize: 14, fontWeight: '600', color: Colors.RED, paddingRight: 4 }}>
+            Fill in exact dates to get accurate statistics.
           </Text>
         </View>
       ) : null}