Browse Source

💄 style(goods-detail): update flex spacing class

- replace space-x-2 with gap-2 for more consistent flex spacing
yourname 1 tháng trước cách đây
mục cha
commit
2fef82308c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mini/src/pages/goods-detail/index.tsx

+ 1 - 1
mini/src/pages/goods-detail/index.tsx

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