This commit is contained in:
richarjiang
2025-08-28 17:42:57 +08:00
parent 5a59508b88
commit 6551757ca8
7 changed files with 586 additions and 18 deletions

View File

@@ -65,10 +65,8 @@ export const WeightRecordCard: React.FC<WeightRecordCardProps> = ({
rightThreshold={40}
overshootRight={false}
>
<TouchableOpacity
<View
style={styles.recordCard}
onPress={() => onPress?.(record)}
activeOpacity={0.7}
>
<View style={styles.recordHeader}>
<Text style={styles.recordDateTime}>
@@ -103,7 +101,7 @@ export const WeightRecordCard: React.FC<WeightRecordCardProps> = ({
</View>
)}
</View>
</TouchableOpacity>
</View>
</Swipeable>
);
};