Fix: GranosCardWidget Card Height

This commit is contained in:
2025-07-14 13:06:20 -03:00
parent 2efc052755
commit cda2726960

View File

@@ -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'}`
}}
>