瀏覽代碼

text ui fix

Viktoriia 1 月之前
父節點
當前提交
7d6b3cc986
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>