Fix Mapas Css

This commit is contained in:
2025-09-08 13:09:30 -03:00
parent 865cc488df
commit 2169b57bc6
2 changed files with 43 additions and 10 deletions

View File

@@ -292,7 +292,7 @@ const LegendSecciones = ({ resultados, nombresAgrupaciones }: { resultados: Map<
return (
<div className="legend">
<h4>Ganadores por Sección</h4>
<h4>Leyenda de Ganadores</h4>
{legendItems.map(item => (
<div key={item.nombre} className="legend-item">
<div className="legend-color-box" style={{ backgroundColor: item.color }} />