Fix: GranosCardWidget Card Height
This commit is contained in:
@@ -38,7 +38,7 @@ const GranoCard = ({ grano, onChartClick }: { grano: CotizacionGrano, onChartCli
|
|||||||
sx={{
|
sx={{
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
p: 2, display: 'flex', flexDirection: 'column', justifyContent: 'space-between',
|
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'}`
|
borderTop: `4px solid ${isPositive ? '#2e7d32' : isNegative ? '#d32f2f' : '#bdbdbd'}`
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user