From 1f8baabf6995946061db3a0131662f6bb9526abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Mon, 25 May 2026 11:35:15 -0300 Subject: [PATCH] style: remove dynamic color coding from stock column to match table styling --- src/pages/Products.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Products.tsx b/src/pages/Products.tsx index 658269b..ab3ed1f 100644 --- a/src/pages/Products.tsx +++ b/src/pages/Products.tsx @@ -159,7 +159,7 @@ const Products = () => { - 10 ? 'text-emerald-500' : product.stock > 0 ? 'text-amber-500' : 'text-red-500'}`}> + {product.stock} un.