From cda2726960461be4f2f812885302a4066eb01742 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Mon, 14 Jul 2025 13:06:20 -0300 Subject: [PATCH] Fix: GranosCardWidget Card Height --- frontend/src/components/GranosCardWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/GranosCardWidget.tsx b/frontend/src/components/GranosCardWidget.tsx index bc06759..c18965d 100644 --- a/frontend/src/components/GranosCardWidget.tsx +++ b/frontend/src/components/GranosCardWidget.tsx @@ -38,7 +38,7 @@ const GranoCard = ({ grano, onChartClick }: { grano: CotizacionGrano, onChartCli sx={{ position: 'relative', p: 2, display: 'flex', flexDirection: 'column', justifyContent: 'space-between', - flex: '1 1 180px', minWidth: '180px', maxWidth: '220px', height: '160px', + flex: '1 1 180px', minWidth: '180px', maxWidth: '220px', height: '180px', borderTop: `4px solid ${isPositive ? '#2e7d32' : isNegative ? '#d32f2f' : '#bdbdbd'}` }} >