diff --git a/frontend/src/components/GestionComponentes.tsx b/frontend/src/components/GestionComponentes.tsx
index 95636bc..6cf37eb 100644
--- a/frontend/src/components/GestionComponentes.tsx
+++ b/frontend/src/components/GestionComponentes.tsx
@@ -250,7 +250,8 @@ const GestionComponentes = () => {
Unificar Valor
Se reemplazarán todas las instancias de:
-
{valorAntiguo}
+
{valorAntiguo}
+
setValorNuevo(e.target.value)} className={styles.modalInput} />
diff --git a/frontend/src/components/SimpleTable.module.css b/frontend/src/components/SimpleTable.module.css
index 8c8f351..3d124a6 100644
--- a/frontend/src/components/SimpleTable.module.css
+++ b/frontend/src/components/SimpleTable.module.css
@@ -767,3 +767,15 @@
width: 1%;
white-space: nowrap;
}
+
+/* --- MODAL DE UNIFICAR --- */
+
+.highlightBox {
+ display: block;
+ margin-bottom: 1rem;
+ padding: 8px;
+ border-radius: 4px;
+ background-color: var(--color-border-subtle);
+ color: var(--color-text-secondary);
+ border: 1px solid var(--color-border); /* Un borde sutil para definirlo */
+}
\ No newline at end of file