- replace space-x-2 with gap-2 for more consistent flex spacing
@@ -213,7 +213,7 @@ export default function GoodsDetailPage() {
</View>
- <View className="flex space-x-2">
+ <View className="flex gap-2">
<Button
variant="outline"
onClick={handleAddToCart}