Commit 24181b4e9e3ff9ea78c2e727c4d2260c4ffe244a
1 parent
6641a4f189
Exists in
master
and in
1 other branch
Cambio color nombre seccion.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.html
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <!-- NOMBRE DE SECCION --> |
6 | 6 | <div class="row m-0"> |
7 | 7 | <div class="col-12 p-0"> |
8 | - <p class="h5 py-1 bg-light text-muted text-center">Pago <i class="fa fa-usd"></i></p> | |
8 | + <p class="h5 py-1 bg-gray text-muted text-center">Pago <i class="fa fa-usd"></i></p> | |
9 | 9 | </div> |
10 | 10 | </div> |
11 | 11 |